Package cn.sliew.milky.serialize
Interface DataInputView
-
- All Superinterfaces:
DataInput,Serializable
- All Known Implementing Classes:
JavaDataInputView,NativeJavaDataInputView
public interface DataInputView extends DataInput, Serializable
fixme #close()方法
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default byte[]readBytes()ObjectreadObject()-
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
-
-
-
Method Detail
-
readObject
Object readObject() throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
readBytes
default byte[] readBytes() throws IOException- Throws:
IOException
-
-