public static class FileSystem.ReadCallback extends java.lang.Object implements Disposable
| Modifier and Type | Field and Description |
|---|---|
protected long |
ptr |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
onFinished(java.nio.ByteBuffer output) |
public void dispose()
dispose in interface Disposablepublic void onFinished(java.nio.ByteBuffer output)
output - char array with file content,
(*direct* buffer, allocated with `ByteBuffer.allocateDirect`)