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