Reading bytes
-
A type that contains functions for reading
See moreData
byte-by-byte.Declaration
Swift
public protocol ByteReader : AnyObject
-
A type that contains functions for reading
See moreData
byte-by-byte in the Little Endian order.Declaration
Swift
public final class LittleEndianByteReader : ByteReader
-
A type that contains functions for reading
See moreData
byte-by-byte in the Big Endian order.Declaration
Swift
public final class BigEndianByteReader : ByteReader