| Modifier and Type | Class and Description |
|---|---|
class |
BufferedCharSeeker
Much like a
BufferedReader for a Reader. |
| Modifier and Type | Method and Description |
|---|---|
static CharSeeker |
CharSeekers.charSeeker(CharReadable reader,
Configuration config,
boolean readAhead)
Instantiates a
BufferedCharSeeker with optional read-ahead capability. |
static CharSeeker |
CharSeekers.charSeeker(CharReadable reader,
int bufferSize,
boolean readAhead,
char quotationCharacter)
Instantiates a
BufferedCharSeeker with optional read-ahead capability. |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.