- IntBuffer - Class in java.nio
-
an int buffer.
- InvalidMarkException - Exception in java.nio
-
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
- InvalidMarkException() - Constructor for exception java.nio.InvalidMarkException
-
Constructs an instance of this class.
- isDirect() - Method in class java.nio.Buffer
-
Tells whether or not this buffer is
direct.
- isDirect() - Method in class java.nio.ByteBuffer
-
Tells whether or not this byte buffer is direct.
- isDirect() - Method in class java.nio.CharBuffer
-
Tells whether or not this char buffer is direct.
- isDirect() - Method in class java.nio.DoubleBuffer
-
Tells whether or not this double buffer is direct.
- isDirect() - Method in class java.nio.FloatBuffer
-
Tells whether or not this float buffer is direct.
- isDirect() - Method in class java.nio.IntBuffer
-
Tells whether or not this int buffer is direct.
- isDirect() - Method in class java.nio.LongBuffer
-
Tells whether or not this long buffer is direct.
- isDirect() - Method in class java.nio.ShortBuffer
-
Tells whether or not this short buffer is direct.
- isReadOnly() - Method in class java.nio.Buffer
-
Tells whether or not this buffer is read-only.