EwahCompressedBitArray Constructor |
| Name | Description | |
|---|---|---|
| EwahCompressedBitArray |
Creates an empty bitmap (no bit set to true).
| |
| EwahCompressedBitArray(Int32) |
Sets explicitly the buffer size (in 64-bit words). The initial memory usage
will be "buffersize * 64". For large poorly compressible bitmaps, using
large values may improve performance.
|