Uses of Class
com.twelvemonkeys.io.ole2.SIdChain
Packages that use SIdChain
Package
Description
Contains classes for reading the contents of the
Microsoft OLE 2 compound document format.
-
Uses of SIdChain in com.twelvemonkeys.io.ole2
Fields in com.twelvemonkeys.io.ole2 declared as SIdChainModifier and TypeFieldDescriptionprivate final SIdChainCompoundDocument.Stream.chainprivate SIdChainCompoundDocument.directorySIdChainprivate SIdChainCompoundDocument.shortStreamSIdChainMethods in com.twelvemonkeys.io.ole2 that return SIdChainModifier and TypeMethodDescriptionprivate SIdChainCompoundDocument.getSIdChain(int pSId, long pStreamSize) Gets the SIdChain for the given stream IdConstructors in com.twelvemonkeys.io.ole2 with parameters of type SIdChainModifierConstructorDescriptionStream(SIdChain chain, int streamSize, int sectorSize, CompoundDocument document)