Package net.minestom.server.utils.binary
-
Interface Summary Interface Description Readable Represents an element which can read from aBinaryReader
.Writeable Represents an element which can write to aBinaryWriter
. -
Class Summary Class Description BinaryReader Class used to read from a byte array.BinaryWriter Class used to write to a byte array.