Uses of Class
org.apache.tika.parser.chm.accessor.ChmItspHeader

Packages that use ChmItspHeader
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
 void ChmItspHeader.parse(byte[] data, ChmItspHeader chmItspHeader)
           
 

Constructors in org.apache.tika.parser.chm.accessor with parameters of type ChmItspHeader
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
protected  ChmItspHeader ChmWrapper.getChmItspHeader()
           
 

Methods in org.apache.tika.parser.chm.core with parameters of type ChmItspHeader
protected  void ChmWrapper.setChmItspHeader(ChmItspHeader chmItspHeader)
           
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.