Uses of Class
org.apache.tika.parser.microsoft.chm.ChmParsingException
-
Uses of ChmParsingException in org.apache.tika.parser.microsoft.chm
Modifier and TypeMethodDescriptionstatic final void
ChmAssert.assertByteArrayNotNull
(byte[] data) Checks if byte[] is not nullstatic final void
ChmAssert.assertChmAccessorNotNull
(ChmAccessor<?> chmAccessor) Checks if ChmAccessor is not null In case of null throws exceptionstatic final void
ChmAssert.assertChmAccessorParameters
(byte[] data, ChmAccessor<?> chmAccessor, int count) Checks validity of ChmAccessor parametersstatic void
ChmAssert.assertCopyingDataIndex
(int index, int dataLength) static final void
ChmAssert.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 void
ChmAssert.assertPositiveInt
(int param) Checks if int param is greater than zero In case param <= 0 throws an exceptionstatic ChmBlockInfo
ChmBlockInfo.getChmBlockInfoInstance
(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd) Deprecated.static ChmBlockInfo
ChmBlockInfo.getChmBlockInfoInstance
(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd, ChmBlockInfo chmBlockInfo) static int
ChmCommons.indexOfDataSpaceStorageElement
(byte[] text, byte[] pattern) Searches some pattern in byte[]static final int
ChmCommons.indexOfResetTableBlock
(byte[] text, byte[] pattern) Returns an index of the reset table