Uses of Class
org.apache.tika.parser.microsoft.chm.ChmLzxcResetTable
-
Packages that use ChmLzxcResetTable Package Description org.apache.tika.parser.microsoft.chm -
-
Uses of ChmLzxcResetTable in org.apache.tika.parser.microsoft.chm
Methods in org.apache.tika.parser.microsoft.chm that return ChmLzxcResetTable Modifier and Type Method Description protected ChmLzxcResetTable
ChmWrapper. getChmLzxcResetTable()
Methods in org.apache.tika.parser.microsoft.chm with parameters of type ChmLzxcResetTable Modifier and Type Method Description static void
ChmAssert. assertChmBlockSegment(byte[] data, ChmLzxcResetTable resetTable, int blockNumber, int lzxcBlockOffset, int lzxcBlockLength)
Checks a validity of the chmBlockSegment parametersstatic byte[]
ChmCommons. getChmBlockSegment(byte[] data, ChmLzxcResetTable resetTable, int blockNumber, int lzxcBlockOffset, int lzxcBlockLength)
void
ChmLzxcResetTable. parse(byte[] data, ChmLzxcResetTable chmLzxcResetTable)
protected void
ChmWrapper. setChmLzxcResetTable(ChmLzxcResetTable chmLzxcResetTable)
-