Package nom.tam.util
Class BufferPointer
java.lang.Object
nom.tam.util.BufferPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
The data buffer.protected int
The number of valid characters in the bufferprotected int
The current offset into the buffer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buffer
protected byte[] bufferThe data buffer. -
bufferLength
protected int bufferLengthThe number of valid characters in the buffer -
bufferOffset
protected int bufferOffsetThe current offset into the buffer
-
-
Constructor Details
-
BufferPointer
public BufferPointer() -
BufferPointer
public BufferPointer(byte[] buffer)
-
-
Method Details
-
init
-
invalidate
protected void invalidate()
-