CompoundFile Members | MSG .NET Class Library |
The CompoundFile type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | CompoundFile |
Initializes a new instance of the CompoundFile class.
|
![]() | CompoundFile(Stream) |
Initializes a new instance of the CompoundFile class based on the supplied stream.
|
![]() | CompoundFile(String) |
Initializes a new instance of the CompoundFile class based on the supplied file.
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetBytes |
Gets buffer to read from this compound file.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetStream |
Gets stream to read from this compound file.
|
![]() | ![]() | Gets the type of the current instance. (Inherited from ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Open(Stream) |
Opens compound file from the specified stream.
|
![]() | Open(String) |
Opens compound file from the specified file.
|
![]() | Save(Stream) |
Saves this compound file to the specified stream.
|
![]() | Save(String) |
Saves this compound file to the specified file.
|
![]() | Save(String, Boolean) |
Saves this compound file to the specified file.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | ClassId |
Gets or sets compound file class ID.
|
![]() | FatSectorCount |
Gets FAT sector count.
|
![]() | MajorVersion |
Gets or sets major version. Allowed values are 3 (512 bytes sector size) or 4 (4096 bytes sector size).
|
![]() | MiniFatSectorCount |
Gets count of mini FAT sectors.
|
![]() | MiniSectorSize |
Gets size of mini sectors.
|
![]() | MiniStreamMaxSize |
Gets maximum size of mini streams.
|
![]() | Root |
Gets the root node.
|
![]() | SectorSize |
Gets FAT sector size.
|
See Also