public static class PackStream.Unpacker extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
PackType |
peekNextType() |
boolean |
unpackBoolean() |
byte[] |
unpackBytes() |
int |
unpackBytesHeader() |
double |
unpackDouble() |
void |
unpackEndOfStream() |
int |
unpackInteger() |
long |
unpackListHeader() |
long |
unpackLong() |
long |
unpackMapHeader() |
void |
unpackNull() |
String |
unpackString() |
int |
unpackStringHeader() |
long |
unpackStructHeader() |
char |
unpackStructSignature() |
byte[] |
unpackUTF8() |
public Unpacker(PackInput in)
public boolean hasNext()
throws IOException
IOExceptionpublic long unpackStructHeader()
throws IOException
IOExceptionpublic char unpackStructSignature()
throws IOException
IOExceptionpublic long unpackListHeader()
throws IOException
IOExceptionpublic long unpackMapHeader()
throws IOException
IOExceptionpublic int unpackInteger()
throws IOException
IOExceptionpublic long unpackLong()
throws IOException
IOExceptionpublic double unpackDouble()
throws IOException
IOExceptionpublic byte[] unpackBytes()
throws IOException
IOExceptionpublic String unpackString() throws IOException
IOExceptionpublic int unpackBytesHeader()
throws IOException
IOExceptionpublic int unpackStringHeader()
throws IOException
IOExceptionpublic byte[] unpackUTF8()
throws IOException
IOExceptionpublic boolean unpackBoolean()
throws IOException
IOExceptionpublic void unpackNull()
throws IOException
IOExceptionpublic void unpackEndOfStream()
throws IOException
IOExceptionpublic PackType peekNextType() throws IOException
IOExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.