BigEndianInputStream
public class BigEndianInputStream
-
Declaration
Swift
public func readUInt8() throws -> UInt8
-
Declaration
Swift
public func readUInt16() throws -> UInt16
-
Declaration
Swift
public func readUInt32() throws -> UInt32
-
Declaration
Swift
public func readString8() throws -> String
-
Declaration
Swift
public func skip(_ count: Int) throws