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()
BigInteger
public void setUncompressedLen(long uncompressed_len)
uncompressed_len
- - BigInteger
public long getCompressedLen()
BigInteger
public void setCompressedLen(long compressed_len)
compressed_len
- - BigInteger
public long getBlockLen()
BigInteger
public void setBlockLlen(long block_len)
block_len
- - BigInteger
public void parse(byte[] data, ChmLzxcResetTable chmLzxcResetTable) throws TikaException
ChmAccessor
parse
in interface ChmAccessor<ChmLzxcResetTable>
data
- chm fileTikaException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.