public interface ObjectOutput extends DataOutput
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(byte[] var0) |
void |
write(byte[] var0,
int var1,
int var2) |
void |
write(int var0) |
void |
writeObject(Object var0) |
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
void close() throws IOException
IOException
void flush() throws IOException
IOException
void write(byte[] var0) throws IOException
write
in interface DataOutput
IOException
void write(byte[] var0, int var1, int var2) throws IOException
write
in interface DataOutput
IOException
void write(int var0) throws IOException
write
in interface DataOutput
IOException
void writeObject(Object var0) throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.