Uses of Class
loci.poi.hpsf.ClassID
Packages that use ClassID
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
property package contains high and low level Property structures for POIFS.
-
Uses of ClassID in loci.poi.hpsf
Fields in loci.poi.hpsf declared as ClassIDModifier and TypeFieldDescriptionprotected ClassIDPropertySet.classIDSpecifies thisPropertySet's "classID" field.protected ClassIDSection.formatIDThe section's format ID,Section.getFormatID().Methods in loci.poi.hpsf that return ClassIDModifier and TypeMethodDescriptionPropertySet.getClassID()Returns the property set stream's low-level "class ID" field.SpecialPropertySet.getClassID()Section.getFormatID()Returns the format ID.Methods in loci.poi.hpsf with parameters of type ClassIDModifier and TypeMethodDescriptionvoidMutablePropertySet.setClassID(ClassID classID) Sets the property set stream's low-level "class ID" field.voidSpecialPropertySet.setClassID(ClassID classID) voidMutableSection.setFormatID(ClassID formatID) Sets the section's format ID.static intTypeWriter.writeToStream(OutputStream out, ClassID n) Writes a 16-byteClassIDto an output stream. -
Uses of ClassID in loci.poi.poifs.filesystem
Methods in loci.poi.poifs.filesystem that return ClassIDModifier and TypeMethodDescriptionDirectoryEntry.getStorageClsid()Gets the storage clsid of the directory entryDirectoryNode.getStorageClsid()Gets the storage clsid of the directory entryMethods in loci.poi.poifs.filesystem with parameters of type ClassIDModifier and TypeMethodDescriptionvoidDirectoryEntry.setStorageClsid(ClassID clsidStorage) Sets the storage clsid for the directory entryvoidDirectoryNode.setStorageClsid(ClassID clsidStorage) Sets the storage clsid for the directory entry -
Uses of ClassID in loci.poi.poifs.property
Methods in loci.poi.poifs.property that return ClassIDModifier and TypeMethodDescriptionProperty.getStorageClsid()Sets the storage clsid, which is the Class ID of a COM object which reads and writes this streamMethods in loci.poi.poifs.property with parameters of type ClassIDModifier and TypeMethodDescriptionvoidProperty.setStorageClsid(ClassID clsidStorage) Sets the storage class ID for this property stream.