Click or drag to resize

GSF.ASN1.Utilities Namespace

 
Classes
  Class Description
Public class BitArrayInputStream  
Public class BitArrayOutputStream  
Public class ReverseByteArrayOutputStream This class implements an output stream in which the data is written into a reverse byte array. The buffer automatically grows as data is written to it. The data can be retrieved using
C#
toByteArray()
and
C#
toString()
. Closing a ByteArrayOutputStream has no effect. The methods in this class can be called after the stream has been closed without generating an IOException.