public interface ObjectOutput extends DataOutput
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
writeObject(Object obj) |
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid writeObject(Object obj) throws IOException
IOExceptionvoid write(int b)
throws IOException
write in interface DataOutputIOExceptionvoid write(byte[] b)
throws IOException
write in interface DataOutputIOExceptionvoid write(byte[] b,
int off,
int len)
throws IOException
write in interface DataOutputIOExceptionvoid flush()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2005–2024 Javolution. All rights reserved.