public class AsyncFileIOEvent extends Object
| Constructor and Description |
|---|
AsyncFileIOEvent(long position,
int read,
ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
copyBytes() |
ByteBuffer |
getBuffer() |
long |
getNextPosition() |
int |
getRead() |
void |
reset() |
String |
toString() |
public AsyncFileIOEvent(long position,
int read,
ByteBuffer buffer)
public long getNextPosition()
public ByteBuffer getBuffer()
public byte[] copyBytes()
public int getRead()
public void reset()
Copyright © 2017. All rights reserved.