Uses of Class
nom.tam.util.BufferPointer
-
Packages that use BufferPointer Package Description nom.tam.util -
-
Uses of BufferPointer in nom.tam.util
Fields in nom.tam.util declared as BufferPointer Modifier and Type Field Description private BufferPointer
BufferedDataOutputStream. bufferPointer
private BufferPointer
BufferedFile. bufferPointer
private BufferPointer
BufferDecoder. sharedBuffer
private BufferPointer
BufferedDataInputStream. sharedBuffer
private BufferPointer
BufferEncoder. sharedBuffer
Methods in nom.tam.util that return BufferPointer Modifier and Type Method Description protected BufferPointer
BufferPointer. init(int bufferSize)
Constructors in nom.tam.util with parameters of type BufferPointer Constructor Description BufferDecoder(BufferPointer sharedBuffer)
BufferEncoder(BufferPointer sharedBuffer)
-