Uses of Class
com.twelvemonkeys.io.ole2.SIdChain
-
Packages that use SIdChain Package Description com.twelvemonkeys.io.ole2 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 SIdChain Modifier and Type Field Description private SIdChainCompoundDocument.Stream. chainprivate SIdChainCompoundDocument. directorySIdChainprivate SIdChainCompoundDocument. shortStreamSIdChainMethods in com.twelvemonkeys.io.ole2 that return SIdChain Modifier and Type Method Description private SIdChainCompoundDocument. getSIdChain(int pSId, long pStreamSize)Gets the SIdChain for the given stream IdConstructors in com.twelvemonkeys.io.ole2 with parameters of type SIdChain Constructor Description Stream(SIdChain chain, int streamSize, int sectorSize, CompoundDocument document)
-