March 2005
Beginner to intermediate
1254 pages
104h 21m
English
ReadOnlyBufferException
Signals
that
a buffer is read-only and that its put( ) or
compact( ) methods are not allowed to modify the
buffer contents.
Figure 13-11. java.nio.ReadOnlyBufferException
public class ReadOnlyBufferException extends UnsupportedOperationException { // Public Constructors public ReadOnlyBufferException( ); }
Read now
Unlock full access