| Package | Description |
|---|---|
| org.neo4j.bolt.v1.messaging | |
| org.neo4j.bolt.v1.packstream | |
| org.neo4j.bolt.v1.transport |
| Constructor and Description |
|---|
Unpacker(PackInput input) |
| Modifier and Type | Class and Description |
|---|---|
class |
PackedInputArray |
| Modifier and Type | Method and Description |
|---|---|
PackInput |
PackInput.readBytes(byte[] into,
int offset,
int toRead)
Consume a specified number of bytes
|
PackInput |
PackedInputArray.readBytes(byte[] into,
int offset,
int toRead) |
| Constructor and Description |
|---|
Unpacker(PackInput in) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkedInput
A
PackInput that accepts data fragments and exposes them as a continuous stream to PackStream. |
| Modifier and Type | Method and Description |
|---|---|
PackInput |
ChunkedInput.readBytes(byte[] into,
int offset,
int toRead) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.