Class ChmLzxcControlData
java.lang.Object
org.apache.tika.parser.chm.accessor.ChmLzxcControlData
- All Implemented Interfaces:
Serializable,ChmAccessor<ChmLzxcControlData>
@Deprecated(since="2026-04-30")
public class ChmLzxcControlData
extends Object
implements ChmAccessor<ChmLzxcControlData>
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
::DataSpace/Storage//ControlData This file contains $20 bytes of
information on the compression. The information is partially known: 0000:
DWORD 6 (unknown) 0004: ASCII 'LZXC' Compression type identifier 0008: DWORD
2 (Possibly numeric code for LZX) 000C: DWORD The Huffman reset interval in
$8000-byte blocks 0010: DWORD The window size in $8000-byte blocks 0014:
DWORD unknown (sometimes 2, sometimes 1, sometimes 0) 0018: DWORD 0 (unknown)
001C: DWORD 0 (unknown)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.Returns reset intervalbyte[]Deprecated.Returns a signature of control data blocklonggetSize()Deprecated.Returns a size of control datalongDeprecated.Returns unknown 18 byteslongDeprecated.Returns a version of control data blocklongDeprecated.Returns a window sizelongDeprecated.Returns windows per resetstatic voidDeprecated.voidparse(byte[] data, ChmLzxcControlData chmLzxcControlData) Deprecated.Parses chm accessortoString()Deprecated.Returns textual representation of ChmLzxcControlData
-
Constructor Details
-
ChmLzxcControlData
public ChmLzxcControlData()Deprecated.
-
-
Method Details
-
getSize
public long getSize()Deprecated.Returns a size of control data- Returns:
- size
-
getSignature
public byte[] getSignature()Deprecated.Returns a signature of control data block- Returns:
- signature
-
getVersion
public long getVersion()Deprecated.Returns a version of control data block- Returns:
- version
-
getResetInterval
public long getResetInterval()Deprecated.Returns reset interval- Returns:
- reset_interval
-
getWindowSize
public long getWindowSize()Deprecated.Returns a window size- Returns:
- window_size
-
getWindowsPerReset
public long getWindowsPerReset()Deprecated.Returns windows per reset- Returns:
-
getUnknown_18
public long getUnknown_18()Deprecated.Returns unknown 18 bytes- Returns:
- unknown_18
-
toString
Deprecated.Returns textual representation of ChmLzxcControlData -
parse
Deprecated.Description copied from interface:ChmAccessorParses chm accessor- Specified by:
parsein interfaceChmAccessor<ChmLzxcControlData>- Parameters:
data- chm filechmLzxcControlData-- Throws:
TikaException
-
main
Deprecated.- Parameters:
args-
-