Package nom.tam.util
Class BufferPointer
- java.lang.Object
-
- nom.tam.util.BufferPointer
-
public class BufferPointer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
buffer
The data buffer.protected int
bufferLength
The number of valid characters in the bufferprotected int
bufferOffset
The current offset into the buffer
-
Constructor Summary
Constructors Constructor Description BufferPointer()
BufferPointer(byte[] buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BufferPointer
init(int bufferSize)
protected void
invalidate()
-
-
-
Method Detail
-
init
protected BufferPointer init(int bufferSize)
-
invalidate
protected void invalidate()
-
-