Package nom.tam.util.type
Class IntType
- All Implemented Interfaces:
PrimitiveType<IntBuffer>
-
Field Summary
FieldsFields inherited from class nom.tam.util.type.PrimitiveTypeBase
COPY_BLOCK_SIZE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendBuffer
(IntBuffer buffer, IntBuffer dataToAppend) asTypedBuffer
(ByteBuffer buffer) void
newArray
(int length) void
sliceBuffer
(IntBuffer buffer) Methods inherited from class nom.tam.util.type.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:
appendBuffer
in interfacePrimitiveType<IntBuffer>
- Overrides:
appendBuffer
in classPrimitiveTypeBase<IntBuffer>
-
asTypedBuffer
- Specified by:
asTypedBuffer
in interfacePrimitiveType<IntBuffer>
- Overrides:
asTypedBuffer
in classPrimitiveTypeBase<IntBuffer>
-
getArray
- Specified by:
getArray
in interfacePrimitiveType<IntBuffer>
- Overrides:
getArray
in classPrimitiveTypeBase<IntBuffer>
-
newArray
- Specified by:
newArray
in interfacePrimitiveType<IntBuffer>
- Overrides:
newArray
in classPrimitiveTypeBase<IntBuffer>
-
putArray
- Specified by:
putArray
in interfacePrimitiveType<IntBuffer>
- Overrides:
putArray
in classPrimitiveTypeBase<IntBuffer>
-
sliceBuffer
- Specified by:
sliceBuffer
in interfacePrimitiveType<IntBuffer>
- Overrides:
sliceBuffer
in classPrimitiveTypeBase<IntBuffer>
-
wrap
- Specified by:
wrap
in interfacePrimitiveType<IntBuffer>
- Overrides:
wrap
in classPrimitiveTypeBase<IntBuffer>
-