ArrayReader
public class ArrayReader
ArrayReader is a wrapper for a byte array whose read(_:) method can be used as Netstring.Reader.
See also
Netstring.Reader
-
Initialize
ArrayReaderwith a byte array.Declaration
Swift
public init(array: [UInt8]) -
Reader function for
Netstringparser.Declaration
Swift
public func read(_ n: Int) -> [UInt8]
View on GitHub
ArrayReader Class Reference