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 SIdChain
CompoundDocument.Stream.chain
private SIdChain
CompoundDocument.directorySIdChain
private SIdChain
CompoundDocument.shortStreamSIdChain
Methods in com.twelvemonkeys.io.ole2 that return SIdChainModifier and TypeMethodDescriptionprivate SIdChain
CompoundDocument.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)