Package org.ujmp.core.util.io
Class WeakMappedByteBufferConcatenation
- java.lang.Object
-
- org.ujmp.core.util.io.AbstractByteBufferConcatenation
-
- org.ujmp.core.util.io.AbstractWeakMappedByteBufferConcatenation
-
- org.ujmp.core.util.io.WeakMappedByteBufferConcatenation
-
- All Implemented Interfaces:
ByteBufferConcatenation
public class WeakMappedByteBufferConcatenation extends AbstractWeakMappedByteBufferConcatenation
-
-
Field Summary
-
Fields inherited from class org.ujmp.core.util.io.AbstractWeakMappedByteBufferConcatenation
byteBuffers, totalLength
-
Fields inherited from class org.ujmp.core.util.io.AbstractByteBufferConcatenation
DEFAULTBUFFERSIZE
-
-
Constructor Summary
Constructors Constructor Description WeakMappedByteBufferConcatenation(WeakMappedByteBuffer... byteBuffers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
expand(long bytesToAdd)
void
insertBytes(byte[] bytes, long position)
void
shrink(long bytesToRemove)
-
Methods inherited from class org.ujmp.core.util.io.AbstractWeakMappedByteBufferConcatenation
deleteBytes, getByte, getBytes, getLength, setByte, setBytes, toString
-
Methods inherited from class org.ujmp.core.util.io.AbstractByteBufferConcatenation
appendBytes, deleteByte, getBytes, setBytes
-
-
-
-
Constructor Detail
-
WeakMappedByteBufferConcatenation
public WeakMappedByteBufferConcatenation(WeakMappedByteBuffer... byteBuffers)
-
-