| Modifier and Type | Method and Description |
|---|---|
<T> T |
read(boolean nulls,
boolean polymorphic,
Class<T> type)
Reads an object.
|
<T> T |
read(boolean nulls,
Class<T> type)
Calls
read(boolean, boolean, Class) with polymorphic == false |
<T> T |
read(Class<T> type)
Calls
read(boolean, Class) with nulls == false |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes<T> T read(Class<T> type) throws IOException
read(boolean, Class) with nulls == falsetype - IOException<T> T read(boolean nulls,
Class<T> type)
throws IOException
read(boolean, boolean, Class) with polymorphic == falsenulls - type - IOException<T> T read(boolean nulls,
boolean polymorphic,
Class<T> type)
throws IOException
nulls == true then the object read may be null.
If polymorphic == true then the actual class of the object is read
and used rather than the argument class.nulls - polymorphic - type - IOExceptionCopyright © 2014. All rights reserved.