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