Uses of Class
org.apache.tika.parser.chm.exception.ChmParsingException
-
Packages that use ChmParsingException Package Description org.apache.tika.parser.chm.assertion org.apache.tika.parser.chm.core org.apache.tika.parser.chm.lzx -
-
Uses of ChmParsingException in org.apache.tika.parser.chm.assertion
Methods in org.apache.tika.parser.chm.assertion that throw ChmParsingException Modifier and Type Method Description static voidChmAssert. assertByteArrayNotNull(byte[] data)Checks if byte[] is not nullstatic voidChmAssert. assertChmAccessorNotNull(ChmAccessor<?> chmAccessor)Checks if ChmAccessor is not null In case of null throws exceptionstatic voidChmAssert. assertChmAccessorParameters(byte[] data, ChmAccessor<?> chmAccessor, int count)Checks validity of ChmAccessor parametersstatic voidChmAssert. assertCopyingDataIndex(int index, int dataLength)static voidChmAssert. assertDirectoryListingEntry(int name_length, String name, ChmCommons.EntryType entryType, int offset, int length)Checks validity of the DirectoryListingEntry's parameters In case of invalid parameter(s) throws an exceptionstatic voidChmAssert. assertPositiveInt(int param)Checks if int param is greater than zero In case param <= 0 throws an exception -
Uses of ChmParsingException in org.apache.tika.parser.chm.core
Methods in org.apache.tika.parser.chm.core that throw ChmParsingException Modifier and Type Method Description static intChmCommons. indexOf(byte[] text, byte[] pattern)Searches some pattern in byte[]static intChmCommons. indexOfResetTableBlock(byte[] text, byte[] pattern)Returns an index of the reset table -
Uses of ChmParsingException in org.apache.tika.parser.chm.lzx
Methods in org.apache.tika.parser.chm.lzx that throw ChmParsingException Modifier and Type Method Description static ChmBlockInfoChmBlockInfo. getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd)Deprecated.static ChmBlockInfoChmBlockInfo. getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd, ChmBlockInfo chmBlockInfo)
-