Uses of Class
com.avpkit.ferry.IBuffer.Type
-
Packages that use IBuffer.Type Package Description com.avpkit.ferry A collection of classes that ferry objects from Java to native code and back, and manage native memory. -
-
Uses of IBuffer.Type in com.avpkit.ferry
Methods in com.avpkit.ferry that return IBuffer.Type Modifier and Type Method Description IBuffer.TypeIBuffer. getType()Get the type this buffer was created as.static IBuffer.TypeIBuffer.Type. swigToEnum(int swigValue)static IBuffer.TypeIBuffer.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IBuffer.Type[]IBuffer.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.ferry with parameters of type IBuffer.Type Modifier and Type Method Description static intIBuffer. getTypeSize(IBuffer.Type type)Returns the size, in bytes, of elements of given Type.
static IBufferIBuffer. make(RefCounted requestor, IBuffer.Type type, int numElements, boolean zero)Allocate a new buffer of at least bufferSize.
voidIBuffer. setType(IBuffer.Type type)Reset the buffer type to a new type.
-