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