public interface ObjectDataInputI
extends java.io.DataInput
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
readBigDecimal()
Reads a BigDecimal object from our DataInput.
|
java.lang.Boolean |
readBooleanObject()
Reads a Boolean object from our DataInput.
|
java.lang.Byte |
readByteObject()
Reads a Byte object from our DataInput.
|
java.util.Date |
readDate()
Reads a Date from our DataInput.
|
java.lang.Double |
readDoubleObject()
Reads a Double object from our DataInput.
|
java.lang.Float |
readFloatObject()
Reads a Float object from our DataInput.
|
int[] |
readIntegerArray()
Reads an int array from our DataInput.
|
java.lang.Integer |
readIntegerObject()
Reads a Integer object from our DataInput.
|
long[] |
readLongArray()
Reads a long array from our DataInput.
|
java.lang.Long |
readLongObject()
Reads a Long object from our DataInput.
|
java.lang.Object |
readObject()
Reads an Object from our DataInput.
|
java.lang.Object |
readObject(java.lang.Class[] expectedClasses)
Reads an Object from our DataInput, expecting an object of one of the given classes.
|
java.lang.Object[] |
readObjectArray()
Reads an Object array from our DataInput.
|
java.lang.Short |
readShortObject()
Reads a Short object from our DataInput.
|
java.lang.String |
readString()
Reads a UTF-8 string from our DataInput.
|
java.lang.String[] |
readStringArray()
Reads a String array from our DataInput.
|
static final java.lang.String $0
java.lang.Boolean readBooleanObject() throws java.io.IOException
java.io.IOException
java.lang.Byte readByteObject() throws java.io.IOException
java.io.IOException
java.lang.Double readDoubleObject() throws java.io.IOException
java.io.IOException
java.lang.Float readFloatObject() throws java.io.IOException
java.io.IOException
java.lang.Integer readIntegerObject() throws java.io.IOException
java.io.IOException
java.lang.Long readLongObject() throws java.io.IOException
java.io.IOException
java.lang.Short readShortObject() throws java.io.IOException
java.io.IOException
java.math.BigDecimal readBigDecimal() throws java.io.IOException
java.io.IOException
java.lang.String readString() throws java.io.IOException
java.io.IOException
java.util.Date readDate() throws java.io.IOException
java.io.IOException
java.lang.String[] readStringArray() throws java.io.IOException
java.io.IOException
int[] readIntegerArray() throws java.io.IOException
java.io.IOException
long[] readLongArray() throws java.io.IOException
java.io.IOException
java.lang.Object[] readObjectArray() throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
java.lang.Object readObject() throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
java.lang.Object readObject(java.lang.Class[] expectedClasses) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.