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