Uses of Class
org.apache.tika.parser.chm.accessor.ChmItsfHeader
-
Packages that use ChmItsfHeader Package Description org.apache.tika.parser.chm.accessor org.apache.tika.parser.chm.core -
-
Uses of ChmItsfHeader in org.apache.tika.parser.chm.accessor
Methods in org.apache.tika.parser.chm.accessor with parameters of type ChmItsfHeader Modifier and Type Method Description voidChmItsfHeader. parse(byte[] data, ChmItsfHeader chmItsfHeader)Constructors in org.apache.tika.parser.chm.accessor with parameters of type ChmItsfHeader Constructor Description ChmDirectoryListingSet(byte[] data, ChmItsfHeader chmItsHeader, ChmItspHeader chmItspHeader)Constructs chm directory listing set -
Uses of ChmItsfHeader in org.apache.tika.parser.chm.core
Methods in org.apache.tika.parser.chm.core that return ChmItsfHeader Modifier and Type Method Description protected ChmItsfHeaderChmWrapper. getChmItsfHeader()Methods in org.apache.tika.parser.chm.core with parameters of type ChmItsfHeader Modifier and Type Method Description protected voidChmWrapper. setChmItsfHeader(ChmItsfHeader chmItsfHeader)
-