Uses of Class
org.apache.tika.parser.microsoft.chm.ChmPmgiHeader
Packages that use ChmPmgiHeader
-
Uses of ChmPmgiHeader in org.apache.tika.parser.microsoft.chm
Classes in org.apache.tika.parser.microsoft.chm that implement interfaces with type arguments of type ChmPmgiHeaderModifier and TypeClassDescriptionclassDescription Note: not always exists An index chunk has the following format: 0000: char[4] 'PMGI' 0004: DWORD Length of quickref/free area at end of directory chunk 0008: Directory index entries (to quickref/free area) The quickref area in an PMGI is the same as in an PMGL The format of a directory index entry is as follows: BYTE: length of name BYTEs: name (UTF-8 encoded) ENCINT: directory listing chunk which starts with name Encoded Integers aka ENCINT An ENCINT is a variable-length integer.Methods in org.apache.tika.parser.microsoft.chm with parameters of type ChmPmgiHeaderModifier and TypeMethodDescriptionvoidChmPmgiHeader.parse(byte[] data, ChmPmgiHeader chmPmgiHeader)