Uses of Class
org.apache.tika.parser.microsoft.chm.ChmItspHeader
Packages that use ChmItspHeader
-
Uses of ChmItspHeader in org.apache.tika.parser.microsoft.chm
Classes in org.apache.tika.parser.microsoft.chm that implement interfaces with type arguments of type ChmItspHeaderModifier and TypeClassDescriptionclassDirectory header The directory starts with a header; its format is as follows: 0000: char[4] 'ITSP' 0004: DWORD Version number 1 0008: DWORD Length of the directory header 000C: DWORD $0a (unknown) 0010: DWORD $1000 Directory chunk size 0014: DWORD "Density" of quickref section, usually 2 0018: DWORD Depth of the index tree - 1 there is no index, 2 if there is one level of PMGI chunks 001C: DWORD Chunk number of root index chunk, -1 if there is none (though at least one file has 0 despite there being no index chunk, probably a bug) 0020: DWORD Chunk number of first PMGL (listing) chunk 0024: DWORD Chunk number of last PMGL (listing) chunk 0028: DWORD -1 (unknown) 002C: DWORD Number of directory chunks (total) 0030: DWORD Windows language ID 0034: GUID {5D02926A-212E-11D0-9DF9-00A0C922E6EC} 0044: DWORD $54 (This is the length again) 0048: DWORD -1 (unknown) 004C: DWORD -1 (unknown) 0050: DWORD -1 (unknown)Methods in org.apache.tika.parser.microsoft.chm that return ChmItspHeaderMethods in org.apache.tika.parser.microsoft.chm with parameters of type ChmItspHeaderModifier and TypeMethodDescriptionvoidChmItspHeader.parse(byte[] data, ChmItspHeader chmItspHeader) protected voidChmWrapper.setChmItspHeader(ChmItspHeader chmItspHeader) Constructors in org.apache.tika.parser.microsoft.chm with parameters of type ChmItspHeaderModifierConstructorDescriptionChmDirectoryListingSet(byte[] data, ChmItsfHeader chmItsHeader, ChmItspHeader chmItspHeader) Constructs chm directory listing set