Click or drag to resize
BitReader Constructor
Initializes a new instance of the BitReader class

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public BitReader(
	Stream stream,
	bool bigEndian = false
)

Parameters

stream
Type: System.IOStream
bigEndian (Optional)
Type: SystemBoolean
See Also