public interface PageReadTargetBuffer
Modifier and Type | Method and Description |
---|---|
byte[] |
byteArray() |
ByteBuffer |
byteBuffer() |
WritableByteChannel |
byteChannel() |
long |
offset() |
int |
readFromFile(RandomAccessFile file,
int length) |
long |
remaining() |
void |
writeBytes(byte[] srcArray,
int srcOffset,
int length) |
byte[] byteArray()
ByteBuffer byteBuffer()
long offset()
WritableByteChannel byteChannel()
long remaining()
void writeBytes(byte[] srcArray, int srcOffset, int length)
srcArray
- srcOffset
- length
- int readFromFile(RandomAccessFile file, int length) throws IOException
file
- length
- IOException
Copyright © 2023. All Rights Reserved.