- ShortBuffer - Class in java.nio
-
a short buffer.
- slice() - Method in class java.nio.ByteBuffer
-
Creates a new byte buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.CharBuffer
-
Creates a new char buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.DoubleBuffer
-
Creates a new double buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.FloatBuffer
-
Creates a new float buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.IntBuffer
-
Creates a new int buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.LongBuffer
-
Creates a new long buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.ShortBuffer
-
Creates a new short buffer whose content is a shared subsequence of
this buffer's content.
- subSequence(int, int) - Method in class java.nio.CharBuffer
-
Creates a new character buffer that represents the specified subsequence
of this buffer, relative to the current position.