Hunny Software Library Reference

AppleFile Members

AppleFile overview

Public Static (Shared) Fields

AppleDouble Enumerated value for AppleSingle format
AppleSingle Enumerated value for AppleDouble header format
BadMagicNumber
CorruptData
NoError
TooShort
WrongVersion

Public Static (Shared) Methods

AppleFileTimeToUnixTime Converts from AppleFile time to Unix time.
UnixTimeToAppleFileTime Converts from Unix time to AppleFile time.

Public Instance Constructors

AppleFile Constructor Default constructor.

Public Instance Properties

AccessTime Gets or sets the access time
BackupTime Gets or sets the backup time
CreateTime Gets or sets the create time.
DataFork Gets or sets the data fork
FileName Gets or sets the file name
Format Gets or sets the format type
HasDataFork Indicates if the AppleFile data contains a data fork entry
HasFileName Indicates if the AppleFile data contains a file name
HasFileTimes Indicates if the AppleFile data contains a file times entry
HasResourceFork Indicates if the AppleFile data contains a Macintosh resource fork entry.
ModifyTime Gets or sets the modify time.
PackedData Gets or sets the buffer of packed file data.
ResourceFork Gets or sets the resource fork

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Pack Packs the file data into a single buffer
ToString (inherited from Object)Returns a String that represents the current Object.
Unpack Unpacks the packed file data

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AppleFile Class | Hunny.Mime Namespace