Package io.aether.utils.dataio
Interface DataIO
-
- All Known Implementing Classes:
ByteBufferDataIO,DataInOut,DataInOutStatic
public interface DataIO extends DataIn, DataOut
-
-
Method Summary
-
Methods inherited from interface io.aether.utils.dataio.DataIn
getSizeForRead, indexOf, isEmpty, isReadable, read, read, read, read, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readInt, readLong, readShort, readString1, readSubData, readUByte, readUInt, readUShort, skipAllBytes, skipBytes, toArray
-
Methods inherited from interface io.aether.utils.dataio.DataOut
clear, getSizeForWrite, isWritable, write, write, write, write, write, write, write, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeHexBytes, writeInt, writeLong, writeShort, writeShort
-
-