| Package | Description |
|---|---|
| org.neo4j.storageengine.api |
| Modifier and Type | Field and Description |
|---|---|
static ReadPastEndException |
ReadPastEndException.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
byte |
ReadableChannel.get() |
void |
ReadableChannel.get(byte[] bytes,
int length)
Reads the next
length bytes from this channel and puts them into bytes. |
double |
ReadableChannel.getDouble() |
float |
ReadableChannel.getFloat() |
int |
ReadableChannel.getInt() |
long |
ReadableChannel.getLong() |
short |
ReadableChannel.getShort() |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.