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, writeUTF
void writeObject(Object obj) throws IOException
IOException
void write(int b) throws IOException
write
in interface DataOutput
IOException
void write(byte[] b) throws IOException
write
in interface DataOutput
IOException
void write(byte[] b, int off, int len) throws IOException
write
in interface DataOutput
IOException
void flush() throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2005–2015 Javolution. All rights reserved.