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[]bufferThe data buffer.protected intbufferLengthThe number of valid characters in the bufferprotected intbufferOffsetThe 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 BufferPointerinit(int bufferSize)protected voidinvalidate()
-
-
-
Method Detail
-
init
protected BufferPointer init(int bufferSize)
-
invalidate
protected void invalidate()
-
-