public interface ObjectDataOutputI
extends java.io.DataOutput
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flushes this ObjectDataOutputI and writes out all pending data.
|
java.lang.String |
getDescription()
Returns a description for this ObjectDataOutputI.
|
long |
getLastNetworkActivity()
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT regarding the last network activity on this ObjectDataOutputI.
|
void |
reset()
Reset will disregard the state of any objects already written to the output.
|
void |
setDescription(java.lang.String d)
Sets a nice description for this ObjectDataOutputI.
|
void |
writeBigDecimal(java.math.BigDecimal v)
Writes a BigDecimal object to our DataOutput.
|
void |
writeBooleanObject(java.lang.Boolean v)
Writes a Boolean object to our DataOutput.
|
void |
writeByteObject(java.lang.Byte v)
Writes a Byte object to our DataOutput.
|
void |
writeDate(java.util.Date v)
Writes the Date to our DataOutput.
|
void |
writeDoubleObject(java.lang.Double v)
Writes a Double object to our DataOutput.
|
void |
writeFloatObject(java.lang.Float v)
Writes a Float object to our DataOutput.
|
void |
writeIntegerArray(int[] v)
Writes the int array to our DataOutput.
|
void |
writeIntegerObject(java.lang.Integer v)
Writes a Integer object to our DataOutput.
|
void |
writeLongArray(long[] v)
Writes the long array to our DataOutput.
|
void |
writeLongObject(java.lang.Long v)
Writes a Long object to our DataOutput.
|
void |
writeObject(java.lang.Object v)
Writes the Object to our DataOutput.
|
void |
writeObjectArray(java.lang.Object[] v)
Writes the Object array to our DataOutput.
|
void |
writeShortObject(java.lang.Short v)
Writes a Short object to our DataOutput.
|
void |
writeString(java.lang.String v)
Writes the UTF-8 String to our DataOutput.
|
void |
writeStringArray(java.lang.String[] v)
Writes the String array to our DataOutput.
|
void |
writeUnshared(java.lang.Object v)
Writes an "unshared" object to the DataOutput.
|
static final java.lang.String $0
void writeBooleanObject(java.lang.Boolean v) throws java.io.IOException
java.io.IOException
void writeByteObject(java.lang.Byte v) throws java.io.IOException
java.io.IOException
void writeDoubleObject(java.lang.Double v) throws java.io.IOException
java.io.IOException
void writeFloatObject(java.lang.Float v) throws java.io.IOException
java.io.IOException
void writeIntegerObject(java.lang.Integer v) throws java.io.IOException
java.io.IOException
void writeLongObject(java.lang.Long v) throws java.io.IOException
java.io.IOException
void writeShortObject(java.lang.Short v) throws java.io.IOException
java.io.IOException
void writeBigDecimal(java.math.BigDecimal v) throws java.io.IOException
java.io.IOException
void writeString(java.lang.String v) throws java.io.IOException
java.io.IOException
void writeDate(java.util.Date v) throws java.io.IOException
java.io.IOException
void writeStringArray(java.lang.String[] v) throws java.io.IOException
java.io.IOException
void writeIntegerArray(int[] v) throws java.io.IOException
java.io.IOException
void writeLongArray(long[] v) throws java.io.IOException
java.io.IOException
void writeObjectArray(java.lang.Object[] v) throws java.io.IOException
java.io.IOException
void writeObject(java.lang.Object v) throws java.io.IOException
java.io.IOException
void writeUnshared(java.lang.Object v) throws java.io.IOException
java.io.IOException
void reset() throws java.io.IOException
java.io.IOException
void flush() throws java.io.IOException
java.io.IOException
void setDescription(java.lang.String d)
java.lang.String getDescription()
long getLastNetworkActivity()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.