- directBuffer(int, ByteOrder, Class<B>) - Static method in class com.nativelibs4java.util.NIOUtils
-
Creates a direct buffer of the specified size (in elements) and type..
- directBytes(int, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
Creates a direct byte buffer of the specified size (in elements) and a native byte order
- directChars(int, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
Creates a direct char buffer of the specified size (in elements) and a native byte order
- directCopy(IntBuffer, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
- directCopy(LongBuffer, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
- directCopy(ShortBuffer, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
- directCopy(CharBuffer, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
- directCopy(DoubleBuffer, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
- directCopy(FloatBuffer, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
- directCopy(Buffer, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
- directDoubles(int, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
Creates a direct double buffer of the specified size (in elements) and a native byte order
- directFloats(int, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
Creates a direct float buffer of the specified size (in elements) and a native byte order
- directInts(int, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
Creates a direct int buffer of the specified size (in elements) and a native byte order
- directLongs(int, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
Creates a direct lpng buffer of the specified size (in elements) and a native byte order
- directShorts(int, ByteOrder) - Static method in class com.nativelibs4java.util.NIOUtils
-
Creates a direct short buffer of the specified size (in elements) and a native byte order