Class ChmLzxcResetTable
java.lang.Object
org.apache.tika.parser.chm.accessor.ChmLzxcResetTable
- All Implemented Interfaces:
Serializable,ChmAccessor<ChmLzxcResetTable>
@Deprecated(since="2026-04-30")
public class ChmLzxcResetTable
extends Object
implements ChmAccessor<ChmLzxcResetTable>
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
LZXC reset table For ensuring a decompression. Reads the block named
"::DataSpace/Storage//Transform/{7FC28940-9D31-11D0-9B27-00A0C91E9C7C}/InstanceData/ResetTable"
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong[]Deprecated.Returns block addresseslongDeprecated.Gets a block countlongDeprecated.Gets a block lengthlongDeprecated.Gets compressed lengthlongDeprecated.Gets a table offsetlongDeprecated.Gets uncompressed lengthlongDeprecated.Gets unknownlongDeprecated.Returns the versionvoidparse(byte[] data, ChmLzxcResetTable chmLzxcResetTable) Deprecated.Parses chm accessorvoidsetBlockAddress(long[] block_address) Deprecated.Sets block addressesvoidsetBlockCount(long block_count) Deprecated.Sets a block countvoidsetBlockLlen(long block_len) Deprecated.Sets a block lengthvoidsetCompressedLen(long compressed_len) Deprecated.Sets compressed lengthvoidsetTableOffset(long table_offset) Deprecated.Sets a table offsetvoidsetUncompressedLen(long uncompressed_len) Deprecated.Sets uncompressed lengthvoidsetUnknown(long unknown) Deprecated.Sets an unknownvoidsetVersion(long version) Deprecated.Sets the versiontoString()Deprecated.
-
Constructor Details
-
ChmLzxcResetTable
public ChmLzxcResetTable()Deprecated.
-
-
Method Details
-
getBlockAddress
public long[] getBlockAddress()Deprecated.Returns block addresses- Returns:
- block addresses
-
setBlockAddress
public void setBlockAddress(long[] block_address) Deprecated.Sets block addresses- Parameters:
block_address-
-
toString
Deprecated. -
getVersion
public long getVersion()Deprecated.Returns the version- Returns:
- - long
-
setVersion
public void setVersion(long version) Deprecated.Sets the version- Parameters:
version- - long
-
getBlockCount
public long getBlockCount()Deprecated.Gets a block count- Returns:
- - int
-
setBlockCount
public void setBlockCount(long block_count) Deprecated.Sets a block count- Parameters:
block_count- - long
-
getUnknown
public long getUnknown()Deprecated.Gets unknown- Returns:
- - long
-
setUnknown
public void setUnknown(long unknown) Deprecated.Sets an unknown- Parameters:
unknown- - long
-
getTableOffset
public long getTableOffset()Deprecated.Gets a table offset- Returns:
- - long
-
setTableOffset
public void setTableOffset(long table_offset) Deprecated.Sets a table offset- Parameters:
table_offset- - long
-
getUncompressedLen
public long getUncompressedLen()Deprecated.Gets uncompressed length- Returns:
- -
BigInteger
-
setUncompressedLen
public void setUncompressedLen(long uncompressed_len) Deprecated.Sets uncompressed length- Parameters:
uncompressed_len- -BigInteger
-
getCompressedLen
public long getCompressedLen()Deprecated.Gets compressed length- Returns:
- -
BigInteger
-
setCompressedLen
public void setCompressedLen(long compressed_len) Deprecated.Sets compressed length- Parameters:
compressed_len- -BigInteger
-
getBlockLen
public long getBlockLen()Deprecated.Gets a block length- Returns:
- -
BigInteger
-
setBlockLlen
public void setBlockLlen(long block_len) Deprecated.Sets a block length- Parameters:
block_len- -BigInteger
-
parse
Deprecated.Description copied from interface:ChmAccessorParses chm accessor- Specified by:
parsein interfaceChmAccessor<ChmLzxcResetTable>- Parameters:
data- chm filechmLzxcResetTable-- Throws:
TikaException
-