|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataCellDataOutput
Extended DataOutput
, which also allows the serialization of
DataCell
objects. It also overcomes the 64k limitation when
serializing Strings in UTF format.
DataCellDataInput
Method Summary | |
---|---|
void |
writeDataCell(DataCell cell)
Writes a given DataCell to the output stream. |
void |
writeUTF(String s)
Writes a UTF String as described in DataOutput.writeUTF(String)
except for the 64k limitation. |
Methods inherited from interface java.io.DataOutput |
---|
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort |
Method Detail |
---|
void writeUTF(String s) throws IOException
DataOutput.writeUTF(String)
except for the 64k limitation.
writeUTF
in interface DataOutput
IOException
void writeDataCell(DataCell cell) throws IOException
DataCell
to the output stream.
cell
- The cell to write.
IOException
- If any IO problem occur
NullPointerException
- If the argument is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |