public class ChmLzxcResetTable extends Object implements ChmAccessor<ChmLzxcResetTable>
| Constructor and Description | 
|---|
| ChmLzxcResetTable() | 
| Modifier and Type | Method and Description | 
|---|---|
| long[] | getBlockAddress()Returns block addresses | 
| long | getBlockCount()Gets a block count | 
| long | getBlockLen()Gets a block length | 
| long | getCompressedLen()Gets compressed length | 
| long | getTableOffset()Gets a table offset | 
| long | getUncompressedLen()Gets uncompressed length | 
| long | getUnknown()Gets unknown | 
| long | getVersion()Returns the version | 
| void | parse(byte[] data,
     ChmLzxcResetTable chmLzxcResetTable)Parses chm accessor | 
| void | setBlockAddress(long[] block_address)Sets block addresses | 
| void | setBlockCount(long block_count)Sets a block count | 
| void | setBlockLlen(long block_len)Sets a block length | 
| void | setCompressedLen(long compressed_len)Sets compressed length | 
| void | setTableOffset(long table_offset)Sets a table offset | 
| void | setUncompressedLen(long uncompressed_len)Sets uncompressed length | 
| void | setUnknown(long unknown)Sets an unknown | 
| void | setVersion(long version)Sets the version | 
| String | toString() | 
public long[] getBlockAddress()
public void setBlockAddress(long[] block_address)
block_address - public long getVersion()
public void setVersion(long version)
version - - longpublic long getBlockCount()
public void setBlockCount(long block_count)
block_count - - longpublic long getUnknown()
public void setUnknown(long unknown)
unknown - - longpublic long getTableOffset()
public void setTableOffset(long table_offset)
table_offset - - longpublic long getUncompressedLen()
BigIntegerpublic void setUncompressedLen(long uncompressed_len)
uncompressed_len - - BigIntegerpublic long getCompressedLen()
BigIntegerpublic void setCompressedLen(long compressed_len)
compressed_len - - BigIntegerpublic long getBlockLen()
BigIntegerpublic void setBlockLlen(long block_len)
block_len - - BigIntegerpublic void parse(byte[] data,
                  ChmLzxcResetTable chmLzxcResetTable)
           throws TikaException
ChmAccessorparse in interface ChmAccessor<ChmLzxcResetTable>data - chm fileTikaExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.