public class BitWriter extends Object
The bit writer.
Constructor and Description |
---|
BitWriter(com.aspose.ms.System.Collections.BitArray bitArray)
Initializes a new instance of the
BitWriter class. |
Modifier and Type | Method and Description |
---|---|
void |
append(com.aspose.ms.System.Collections.BitArray appendingBitArray)
The append.
|
void |
seek(int offset)
The seek.
|
void |
writeBit(boolean bit)
The write bit.
|
void |
writeByte(byte value)
The write byte.
|
void |
writeFloat(float value)
The wtire float.
|
void |
writeUInt(long value,
int length)
The write u int.
|
public BitWriter(com.aspose.ms.System.Collections.BitArray bitArray)
Initializes a new instance of the BitWriter
class.
bitArray
- The bit array.public void writeBit(boolean bit)
The write bit.
bit
- The bit.public void writeByte(byte value)
The write byte.
value
- The value.public void writeFloat(float value)
The wtire float.
value
- The value.public void writeUInt(long value, int length)
The write u int.
value
- The value.length
- The length.public void append(com.aspose.ms.System.Collections.BitArray appendingBitArray)
The append.
appendingBitArray
- The appending bit array.public void seek(int offset)
The seek.
offset
- The offset.Copyright (c) 2017 Aspose. All Rights Reserved.