BitReader
BitReader
Overview
BitReader 是 C++ 的 FOSS 中的 Aspose.Cells 类.
本类提供了4种方法,用于在C++程序中使用BitReader对象. 有的方法包括: AlignToByte, BitReader, ReadBits, ReadByte. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
BitReader(data: uint8_t, length: size_t) | 在这个 BitReader 实例中调用BitReader. |
ReadBits(count: int) → uint32_t | 在这个 BitReader 实例中调用ReadBits. |
ReadByte() → uint8_t | 在这个 BitReader 实例中调用ReadByte. |
AlignToByte() | 在这个 BitReader 实例中调用AlignToByte. |