org.ujmp.core.util.io
Class AbstractByteBufferConcatenation
- java.lang.Object
-
- org.ujmp.core.util.io.AbstractByteBufferConcatenation
-
- All Implemented Interfaces:
- ByteBufferConcatenation
- Direct Known Subclasses:
- AbstractMemoryByteBufferConcatenation, AbstractWeakMappedByteBufferConcatenation
public abstract class AbstractByteBufferConcatenation extends java.lang.Object implements ByteBufferConcatenation
-
-
Field Summary
Fields Modifier and Type Field and Description static intDEFAULTBUFFERSIZE
-
Constructor Summary
Constructors Constructor and Description AbstractByteBufferConcatenation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidappendBytes(byte[] bytes)voiddeleteByte(long position)voidgetBytes(byte[] bytes, long position)voidsetBytes(byte[] bytes, long position)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ujmp.core.util.io.ByteBufferConcatenation
deleteBytes, expand, getByte, getBytes, getLength, insertBytes, setByte, setBytes, shrink
-
-
-
-
Field Detail
-
DEFAULTBUFFERSIZE
public static final int DEFAULTBUFFERSIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
deleteByte
public final void deleteByte(long position)
- Specified by:
deleteBytein interfaceByteBufferConcatenation
-
getBytes
public final void getBytes(byte[] bytes, long position)- Specified by:
getBytesin interfaceByteBufferConcatenation
-
setBytes
public final void setBytes(byte[] bytes, long position)- Specified by:
setBytesin interfaceByteBufferConcatenation
-
appendBytes
public final void appendBytes(byte[] bytes)
- Specified by:
appendBytesin interfaceByteBufferConcatenation
-
-
DataMelt 3.0 © DataMelt by jWork.ORG