Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.poi.hdgf Classes and Interfaces - 26 results found.
NameDescriptionTypePackageFramework
ChunkClassorg.apache.poi.hdgf.chunksApache POI
Chunk .CommandA command in the visio file.Classorg.apache.poi.hdgf.chunks.ChunkApache POI
ChunkFactoryFactor class to create the appropriate chunks, which needs the version of the file to process the chunk headerClassorg.apache.poi.hdgf.chunksApache POI
ChunkFactory .CommandDefinitionThe definition of a Command, which a chunk may hold.Classorg.apache.poi.hdgf.chunks.ChunkFactoryApache POI
ChunkHeaderClassorg.apache.poi.hdgf.chunksApache POI
ChunkHeaderV11Classorg.apache.poi.hdgf.chunksApache POI
ChunkHeaderV4V5Classorg.apache.poi.hdgf.chunksApache POI
ChunkHeaderV6Classorg.apache.poi.hdgf.chunksApache POI
ChunkSeparatorA separator between the trailer of one chunk, and the header of the next oneClassorg.apache.poi.hdgf.chunksApache POI
ChunkStreamClassorg.apache.poi.hdgf.streamsApache POI
ChunkTrailerClassorg.apache.poi.hdgf.chunksApache POI
CompressedStreamStoreA StreamStore where the data on-disk is compressed, using the crazy Visio LZWClassorg.apache.poi.hdgf.streamsApache POI
HDGFDiagram http://www.Classorg.apache.poi.hdgfApache POI
HDGFExceptionThe superclass of all HDGF exceptionsAuthor:Yegor KozlovSee Also:Serialized FormClassorg.apache.poi.hdgf.exceptionsApache POI
HDGFLZWA decoder for the crazy LZW implementation used According to VSDump, "it's a slightly perverted version of LZWClassorg.apache.poi.hdgfApache POI
PointerBase class of pointers, which hold metadata and offsets about blocks elsewhere in the fileClassorg.apache.poi.hdgf.pointersApache POI
PointerContainingStreamClassorg.apache.poi.hdgf.streamsApache POI
PointerFactoryClassorg.apache.poi.hdgf.pointersApache POI
PointerV6Classorg.apache.poi.hdgf.pointersApache POI
StreamBase of all Streams within a HDGF document.Classorg.apache.poi.hdgf.streamsApache POI
StreamStoreHolds the representation of the stream on-disk, and handles de-compressing it as required.Classorg.apache.poi.hdgf.streamsApache POI
StringsStreamA Stream which holds Strings.Classorg.apache.poi.hdgf.streamsApache POI
TrailerStreamThe TrailerStream is a special kind of Stream containing pointers, and some core document settings.Classorg.apache.poi.hdgf.streamsApache POI
UnknownStreamA placeholder for a stream where we don't known anything about how to process / handle itClassorg.apache.poi.hdgf.streamsApache POI
VisioTextExtractorClass to find all the text in a Visio file, and return it.Classorg.apache.poi.hdgf.extractorApache POI
VSDDumperClassorg.apache.poi.hdgf.devApache POI