Class IntType
- All Implemented Interfaces:
PrimitiveType<IntBuffer>
-
Field Summary
FieldsFields inherited from class PrimitiveTypeBase
COPY_BLOCK_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendBuffer(IntBuffer buffer, IntBuffer dataToAppend) asTypedBuffer(ByteBuffer buffer) voidnewArray(int length) voidsliceBuffer(IntBuffer buffer) Methods inherited from class PrimitiveTypeBase
appendToByteBuffer, bitPix, bufferClass, convertToByteBuffer, getArray, getArray, individualSize, is, newBuffer, newBuffer, primitiveClass, putArray, size, size, type, wrapperClass
-
Field Details
-
BIT_PIX
private static final int BIT_PIX- See Also:
-
SIZE
private static final int SIZE- See Also:
-
-
Constructor Details
-
IntType
protected IntType()
-
-
Method Details
-
appendBuffer
- Specified by:
appendBufferin interfacePrimitiveType<IntBuffer>- Overrides:
appendBufferin classPrimitiveTypeBase<IntBuffer>
-
asTypedBuffer
- Specified by:
asTypedBufferin interfacePrimitiveType<IntBuffer>- Overrides:
asTypedBufferin classPrimitiveTypeBase<IntBuffer>
-
getArray
- Specified by:
getArrayin interfacePrimitiveType<IntBuffer>- Overrides:
getArrayin classPrimitiveTypeBase<IntBuffer>
-
newArray
- Specified by:
newArrayin interfacePrimitiveType<IntBuffer>- Overrides:
newArrayin classPrimitiveTypeBase<IntBuffer>
-
putArray
- Specified by:
putArrayin interfacePrimitiveType<IntBuffer>- Overrides:
putArrayin classPrimitiveTypeBase<IntBuffer>
-
sliceBuffer
- Specified by:
sliceBufferin interfacePrimitiveType<IntBuffer>- Overrides:
sliceBufferin classPrimitiveTypeBase<IntBuffer>
-
wrap
- Specified by:
wrapin interfacePrimitiveType<IntBuffer>- Overrides:
wrapin classPrimitiveTypeBase<IntBuffer>
-