CompoundFile Members

Independentsoft MSG .NET

CompoundFile Members MSG .NET Class Library
The CompoundFile type exposes the following members.
Constructors

  NameDescription
Public methodCompoundFile 
Initializes a new instance of the CompoundFile class.
Public methodCompoundFile(Stream)
Initializes a new instance of the CompoundFile class based on the supplied stream.
Public methodCompoundFile(String)
Initializes a new instance of the CompoundFile class based on the supplied file.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetBytes
Gets buffer to read from this compound file.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetStream
Gets stream to read from this compound file.
Public methodOnlineGetType
Gets the type of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOpen(Stream)
Opens compound file from the specified stream.
Public methodOpen(String)
Opens compound file from the specified file.
Public methodSave(Stream)
Saves this compound file to the specified stream.
Public methodSave(String)
Saves this compound file to the specified file.
Public methodSave(String, Boolean)
Saves this compound file to the specified file.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyClassId
Gets or sets compound file class ID.
Public propertyFatSectorCount
Gets FAT sector count.
Public propertyMajorVersion
Gets or sets major version. Allowed values are 3 (512 bytes sector size) or 4 (4096 bytes sector size).
Public propertyMiniFatSectorCount
Gets count of mini FAT sectors.
Public propertyMiniSectorSize
Gets size of mini sectors.
Public propertyMiniStreamMaxSize
Gets maximum size of mini streams.
Public propertyRoot
Gets the root node.
Public propertySectorSize
Gets FAT sector size.
Back to Top
See Also