MacBinaryHeader Members
The MacBinaryHeader class represents a Mac Binary header in a BinHex data stream.
The following tables list the members exposed by the MacBinaryHeader type.
Public Constructors
Name | Description | |
---|---|---|
MacBinaryHeader | Overloaded. The MacBinaryHeader constructor overloads create new MacBinaryHeader objects. |
Top
Public Properties
Name | Description | |
---|---|---|
CheckSum | The CheckSum property gets the checksum for this MacBinaryHeader. | |
CreationDate | The CreationDate property gets or sets the creation date for this MacBinaryHeader object. | |
DataForkLength | The DataForkLength property gets or sets the length in bytes of the data fork of the BinHex data associated with this MacBinaryHeader object. | |
FileCreator | The FileCreator property gets or sets the Creator field of the Mac Binary Header represented by this MacBinaryHeader object. | |
FileId | The FileId property gets or sets the FileId field of the Mac Binary header represented by this MacBinaryHeader object. | |
FileName | The FileName property gets or sets the FileName field of the Mac Binary header that this MacBinaryHeader object represents. | |
FileNameLength | The FileNameLength property gets the length of the file name. | |
FileType | The FileType property gets or sets an integer value representing the Type field in the Mac Binary header that this MacBinaryHeader object represents. | |
FinderFlags | The FinderFlags property gets or sets the FinderFlags field of the Mac Binary header represented by this MacBinaryHeader object. | |
GetInfoLength | The GetInfoLength property gets or sets the length of the GetInfo comment field of the Mac Binary header that this MacBinaryHeader object represents. | |
MinimumVersion | The MinimumVersion property gets or sets the MinVerMacBin2 field of the Mac Binary header that this MacBinaryHeader object represents. | |
ModificationDate | The ModificationDate property gets or sets the ModificationDate field of the Mac Binary header that this MacBinaryHeader object owns. | |
OldVersion | The OldVersion property gets the old Mac Binary header version, which must be 0. | |
Protected | The Protected property gets or sets the Protected field of the Mac Binary header that this MacBinaryHeader object owns. | |
ResourceForkLength | The ResourceForkLength property gets or sets the ResourceFork size field of the Mac Binary header that this MacBinaryHeader object owns. | |
SecondaryHeaderLength | The SecondaryHeaderLength property gets or sets the SecondHeader field of the Mac Binary header that this MacBinaryHeader object owns. | |
UnpackedSize | The UnpackedSize property gets or sets the Unpacked field of the Mac Binary header that this MacBinaryHeader object owns. | |
Version | The Version property gets or sets the VerMacBin2 field of the Mac Binary header that this MacBinaryHeader object owns. | |
XIcon | The XIcon property gets or sets the xIcon field of the Mac Binary header that this MacBinaryHeader object owns. | |
YIcon | The YIcon method gets or sets the yIcon field of the Mac Binary header that this MacBinaryHeader object owns. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top