11 #ifndef UT_COMPRESSEDBLOCKINDEX_H_
12 #define UT_COMPRESSEDBLOCKINDEX_H_
31 void setBlockSize(
exint blockSize,
exint lastBlockSize);
40 exint getTotalUncompressedSize();
60 exint getLastBlockSize();
64 void writeToStream(std::ostream* out);
70 void dump(
const char *msg=
"")
const;
77 exint myLastBlockSize;
82 #endif // UT_COMPRESSEDBLOCKINDEX_H_
UT_IntrusivePtr< UT_CompressedBlockIndex > UT_CompressedBlockIndexPtr
A reference counter base class for use with UT_IntrusivePtr.