Package cn.sliew.milky.serialize
Interface DataOutputView
-
- All Superinterfaces:
DataOutput,Serializable
- All Known Implementing Classes:
JavaDataOutputView,NativeJavaDataOutputView
public interface DataOutputView extends DataOutput, Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflushBuffer()voidwriteObject(Object obj)-
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
-
-
-
Method Detail
-
writeObject
void writeObject(Object obj) throws IOException
- Throws:
IOException
-
flushBuffer
void flushBuffer() throws IOException- Throws:
IOException
-
-