Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
N
O
P
R
S
T
V
W
A
and(EnumSet<E>)
- Static method in class com.nativelibs4java.util.
ValuedEnums
C
Cache
<
K
,
V
> - Class in
com.nativelibs4java.util
Cache()
- Constructor for class com.nativelibs4java.util.
Cache
Cache(Map<K, V>)
- Constructor for class com.nativelibs4java.util.
Cache
com.nativelibs4java.util
- package com.nativelibs4java.util
compareTo(Pair<U, V>)
- Method in class com.nativelibs4java.util.
Pair
createValue(K)
- Method in class com.nativelibs4java.util.
Cache
D
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
E
EnumValue
- Annotation Type in
com.nativelibs4java.util
Annotation that defines the integer value for a Java enum item
EnumValues
- Class in
com.nativelibs4java.util
Methods to ease conversion between EnumValue-annotated enums and their integer value.
EnumValues()
- Constructor for class com.nativelibs4java.util.
EnumValues
equals(Object)
- Method in class com.nativelibs4java.util.
Pair
G
get(K)
- Method in class com.nativelibs4java.util.
Cache
get(B, int)
- Static method in class com.nativelibs4java.util.
NIOUtils
getArray(B)
- Static method in class com.nativelibs4java.util.
NIOUtils
getBufferClass(Class<?>)
- Static method in class com.nativelibs4java.util.
NIOUtils
getByteOrder(Buffer)
- Static method in class com.nativelibs4java.util.
NIOUtils
getComponentSizeInBytes(Buffer)
- Static method in class com.nativelibs4java.util.
NIOUtils
Get the size in bytes of a primitive component of a buffer
getEnum(long, Class<E>)
- Static method in class com.nativelibs4java.util.
EnumValues
Get the first enum item in enum class E which EnumValue value is equal to value
getEnumSet(long, Class<E>)
- Static method in class com.nativelibs4java.util.
EnumValues
Get the set of all the enum item in enum class E which EnumValue value flags are all present in value
getFirst()
- Method in class com.nativelibs4java.util.
Pair
getImageIntPixels(Image, boolean)
- Static method in class com.nativelibs4java.util.
ImageUtils
getImageIntPixels(Image, int, int, int, int, boolean)
- Static method in class com.nativelibs4java.util.
ImageUtils
getKey()
- Method in class com.nativelibs4java.util.
Pair
getPrimitiveClass(Class<? extends Buffer>)
- Static method in class com.nativelibs4java.util.
NIOUtils
getSecond()
- Method in class com.nativelibs4java.util.
Pair
getSizeInBytes(Buffer)
- Static method in class com.nativelibs4java.util.
NIOUtils
Get the size in bytes of a buffer
getValue(E)
- Static method in class com.nativelibs4java.util.
EnumValues
Get the integer value associated with an enum item
getValue(EnumSet<E>)
- Static method in class com.nativelibs4java.util.
EnumValues
Get the integer value resulting from ORing all the values of all the enum items present in the enum set.
getValue()
- Method in class com.nativelibs4java.util.
Pair
H
hashCode()
- Method in class com.nativelibs4java.util.
Pair
I
ImageUtils
- Class in
com.nativelibs4java.util
ImageUtils()
- Constructor for class com.nativelibs4java.util.
ImageUtils
indirectBuffer(int, Class<B>)
- Static method in class com.nativelibs4java.util.
NIOUtils
Creates a indirect buffer of the specified size (in elements) and type..
IOUtils
- Class in
com.nativelibs4java.util
IOUtils()
- Constructor for class com.nativelibs4java.util.
IOUtils
isEmpty()
- Method in class com.nativelibs4java.util.
Pair
isFull()
- Method in class com.nativelibs4java.util.
Pair
N
NIOUtils
- Class in
com.nativelibs4java.util
NIO Buffer util methods
NIOUtils()
- Constructor for class com.nativelibs4java.util.
NIOUtils
O
or(EnumSet<E>)
- Static method in class com.nativelibs4java.util.
ValuedEnums
P
Pair
<
U
,
V
> - Class in
com.nativelibs4java.util
Pair(U, V)
- Constructor for class com.nativelibs4java.util.
Pair
Pair()
- Constructor for class com.nativelibs4java.util.
Pair
put(Buffer, Buffer)
- Static method in class com.nativelibs4java.util.
NIOUtils
Bulk-copy all of the input buffer into the output buffer
put(Buffer, ByteBuffer)
- Static method in class com.nativelibs4java.util.
NIOUtils
Bulk-copy all of the input buffer into the output buffer
put(ByteBuffer, Buffer)
- Static method in class com.nativelibs4java.util.
NIOUtils
Bulk-copy all input bytes into output buffer
put(B, int, V)
- Static method in class com.nativelibs4java.util.
NIOUtils
R
readText(File)
- Static method in class com.nativelibs4java.util.
IOUtils
readText(InputStream)
- Static method in class com.nativelibs4java.util.
IOUtils
readText(URL)
- Static method in class com.nativelibs4java.util.
IOUtils
readText(Reader)
- Static method in class com.nativelibs4java.util.
IOUtils
readTextClose(InputStream)
- Static method in class com.nativelibs4java.util.
IOUtils
readTextClose(Reader)
- Static method in class com.nativelibs4java.util.
IOUtils
readWrite(InputStream, OutputStream)
- Static method in class com.nativelibs4java.util.
IOUtils
S
setFirst(U)
- Method in class com.nativelibs4java.util.
Pair
setImageIntPixels(BufferedImage, boolean, IntBuffer)
- Static method in class com.nativelibs4java.util.
ImageUtils
setImageIntPixels(BufferedImage, int, int, int, int, boolean, IntBuffer)
- Static method in class com.nativelibs4java.util.
ImageUtils
setSecond(V)
- Method in class com.nativelibs4java.util.
Pair
setValue(V)
- Method in class com.nativelibs4java.util.
Pair
T
toString()
- Method in class com.nativelibs4java.util.
Pair
V
value()
- Method in interface com.nativelibs4java.util.
ValuedEnum
ValuedEnum
- Interface in
com.nativelibs4java.util
ValuedEnums
- Class in
com.nativelibs4java.util
ValuedEnums()
- Constructor for class com.nativelibs4java.util.
ValuedEnums
W
wrapArray(Object)
- Static method in class com.nativelibs4java.util.
NIOUtils
A
C
D
E
G
H
I
N
O
P
R
S
T
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009-2013. All Rights Reserved.