public static class ValueWriter.Adapter<E extends Exception> extends Object implements ValueWriter<E>
ValueWriter.Adapter<E extends Exception>, ValueWriter.ArrayType| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginArray(int size,
ValueWriter.ArrayType arrayType) |
void |
endArray() |
void |
writeBoolean(boolean value) |
void |
writeByteArray(byte[] value) |
void |
writeFloatingPoint(double value) |
void |
writeFloatingPoint(float value) |
void |
writeInteger(byte value) |
void |
writeInteger(int value) |
void |
writeInteger(long value) |
void |
writeInteger(short value) |
void |
writeNull() |
void |
writeString(char value) |
void |
writeString(char[] value,
int offset,
int length) |
void |
writeString(String value) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteString, writeUTF8public void writeBoolean(boolean value)
throws E extends Exception
writeBoolean in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeInteger(byte value)
throws E extends Exception
writeInteger in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeInteger(short value)
throws E extends Exception
writeInteger in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeInteger(int value)
throws E extends Exception
writeInteger in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeInteger(long value)
throws E extends Exception
writeInteger in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeFloatingPoint(float value)
throws E extends Exception
writeFloatingPoint in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeFloatingPoint(double value)
throws E extends Exception
writeFloatingPoint in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeString(String value) throws E extends Exception
writeString in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeString(char value)
throws E extends Exception
writeString in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeString(char[] value,
int offset,
int length)
throws E extends Exception
writeString in interface ValueWriter<E extends Exception>E extends Exceptionpublic void beginArray(int size,
ValueWriter.ArrayType arrayType)
throws E extends Exception
beginArray in interface ValueWriter<E extends Exception>E extends Exceptionpublic void writeByteArray(byte[] value)
throws E extends Exception
writeByteArray in interface ValueWriter<E extends Exception>E extends ExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.