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 ChmItspHeaderChmWrapper. getChmItspHeader()Methods in org.apache.tika.parser.microsoft.chm with parameters of type ChmItspHeader Modifier and Type Method Description voidChmItspHeader. parse(byte[] data, ChmItspHeader chmItspHeader)protected voidChmWrapper. 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
-