Click or drag to resize

BitArrayInputStream Constructor

Initializes a new instance of the BitArrayInputStream class

Namespace: GSF.ASN1.Utilities
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public BitArrayInputStream(
	Stream byteStream
)
View Source

Parameters

byteStream  Stream
 
See Also