public static final class Buffer.UnsafeCursor extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
Buffer |
buffer |
byte[] |
data |
int |
end |
long |
offset |
boolean |
readWrite |
int |
start |
| Constructor and Description |
|---|
UnsafeCursor() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
expandBuffer(int minByteCount) |
int |
next() |
long |
resizeBuffer(long newSize) |
int |
seek(long offset) |
public Buffer buffer
public boolean readWrite
public long offset
public byte[] data
public int start
public int end
public final int next()
public final int seek(long offset)
public final long resizeBuffer(long newSize)
public final long expandBuffer(int minByteCount)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2020. All rights reserved.