VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / BitWriter Class
Constructors Properties Methods SeeAlso
In This Topic
    BitWriter Class Members
    In This Topic
    The following tables list the members exposed by BitWriter.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a number of bits to write. (Inherited from SimpleBitWriter)
    Public Methods
     NameDescription
    Public MethodClears all buffers and causes any buffered data to be written to the underlying byte buffer.
    Public MethodShifts a position in bits array.
    Public MethodSkips the bits in byte (byte boundary).
    Public MethodOverloaded. Writes bits into the byte array. (Inherited from SimpleBitWriter)
    See Also