com.go.teaservlet.io
Class SpilloverByteBuffer
java.lang.Object
|
+--com.go.trove.io.SpilloverByteBuffer
|
+--com.go.teaservlet.io.SpilloverByteBuffer
- All Implemented Interfaces:
- ByteBuffer, ByteBuffer, ByteData, ByteData
Deprecated. Moved to com.go.trove.io package.
- public class SpilloverByteBuffer
- extends SpilloverByteBuffer
- implements ByteBuffer
A ByteBuffer implementation that initially stores its data in a
DefaultByteBuffer, but after a certain threshold is reached, spills over
into a FileByteBuffer.
- Version:
- 18 , 01/02/20
- Author:
- Brian S O'Neill
| Methods inherited from class com.go.trove.io.SpilloverByteBuffer |
addCaptureBuffer, append, append, append, appendSurrogate, finalize, getBaseByteCount, getByteCount, removeCaptureBuffer, reset, writeTo |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpilloverByteBuffer
public SpilloverByteBuffer(SpilloverByteBuffer.Group group)
- Deprecated.
appendSurrogate
public void appendSurrogate(ByteData s)
throws java.io.IOException
- Deprecated.
- Specified by:
appendSurrogate in interface ByteBuffer
addCaptureBuffer
public void addCaptureBuffer(ByteBuffer buffer)
throws java.io.IOException
- Deprecated.
- Specified by:
addCaptureBuffer in interface ByteBuffer
removeCaptureBuffer
public void removeCaptureBuffer(ByteBuffer buffer)
throws java.io.IOException
- Deprecated.
- Specified by:
removeCaptureBuffer in interface ByteBuffer