| Modifier and Type | Method and Description |
|---|---|
SectionedCharBuffer |
ThreadAheadReadable.read(SectionedCharBuffer buffer,
int from)
The one calling read doesn't actually read, since reading is up to the thread in here.
|
SectionedCharBuffer |
CharReadable.read(SectionedCharBuffer buffer,
int from)
Reads characters into the
buffer. |
SectionedCharBuffer |
MultiReadable.read(SectionedCharBuffer buffer,
int from) |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionedCharBuffer.compact(SectionedCharBuffer into,
int from)
|
SectionedCharBuffer |
ThreadAheadReadable.read(SectionedCharBuffer buffer,
int from)
The one calling read doesn't actually read, since reading is up to the thread in here.
|
SectionedCharBuffer |
CharReadable.read(SectionedCharBuffer buffer,
int from)
Reads characters into the
buffer. |
SectionedCharBuffer |
MultiReadable.read(SectionedCharBuffer buffer,
int from) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.