public class ChmCommons extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ChmCommons.EntryType
Represents entry types: uncompressed, compressed
|
static class |
ChmCommons.IntelState
Represents intel file states during decompression
|
static class |
ChmCommons.LzxState
Represents lzx states: started decoding, not started decoding
|
Modifier and Type | Field and Description |
---|---|
static int |
ALIGNED_OFFSET |
static int |
UNCOMPRESSED |
static int |
UNDEFINED
Represents lzx block types in order to decompress differently
|
static int |
VERBATIM |
Modifier and Type | Method and Description |
---|---|
static void |
assertByteArrayNotNull(byte[] data) |
static byte[] |
copyOfRange(byte[] original,
int from,
int to) |
static byte[] |
getChmBlockSegment(byte[] data,
ChmLzxcResetTable resetTable,
int blockNumber,
int lzxcBlockOffset,
int lzxcBlockLength) |
static String |
getLanguage(long langID)
Returns textual representation of LangID
|
static int |
getWindowSize(int window)
LZX supports window sizes of 2^15 (32Kb) through 2^21 (2Mb) Returns X,
i.e 2^X
|
static boolean |
hasSkip(DirectoryListingEntry directoryListingEntry)
Checks skippable patterns
|
static int |
indexOf(byte[] text,
byte[] pattern)
Searches some pattern in byte[]
|
static int |
indexOf(List<DirectoryListingEntry> list,
String pattern)
Searches for some pattern in the directory listing entry list
|
static int |
indexOfResetTableBlock(byte[] text,
byte[] pattern)
Returns an index of the reset table
|
static boolean |
isEmpty(String str) |
static void |
reverse(byte[] array)
Reverses the order of given array
|
static void |
writeFile(byte[][] buffer,
String fileToBeSaved)
Writes byte[][] to the file
|
public static final int UNDEFINED
public static final int VERBATIM
public static final int ALIGNED_OFFSET
public static final int UNCOMPRESSED
public static void assertByteArrayNotNull(byte[] data) throws TikaException
TikaException
public static int getWindowSize(int window)
window
- chmLzxControlData.getWindowSize()public static byte[] getChmBlockSegment(byte[] data, ChmLzxcResetTable resetTable, int blockNumber, int lzxcBlockOffset, int lzxcBlockLength) throws TikaException
TikaException
public static String getLanguage(long langID)
langID
- public static boolean hasSkip(DirectoryListingEntry directoryListingEntry)
directoryListingEntry
- public static void writeFile(byte[][] buffer, String fileToBeSaved) throws TikaException
buffer
- fileToBeSaved
- file nameTikaException
public static void reverse(byte[] array)
array
- public static final int indexOfResetTableBlock(byte[] text, byte[] pattern) throws ChmParsingException
text
- pattern
- ChmParsingException
public static int indexOf(byte[] text, byte[] pattern) throws ChmParsingException
text
- byte[]pattern
- byte[]ChmParsingException
public static int indexOf(List<DirectoryListingEntry> list, String pattern)
list
- pattern
- public static byte[] copyOfRange(byte[] original, int from, int to) throws TikaException
TikaException
public static boolean isEmpty(String str)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.