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