C# Class FSO.Files.FAR3.Far3Entry

Represents an entry in a FAR3 archive.
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
AccessNumber byte
CompressedFileSize uint
DataOffset uint
DataType byte
DecompressedFileSize uint
FileID uint
Filename string
FilenameLength ushort
IsCompressed byte
TypeID uint

Property Details

AccessNumber public property

public byte AccessNumber
return byte

CompressedFileSize public property

public uint CompressedFileSize
return uint

DataOffset public property

public uint DataOffset
return uint

DataType public property

public byte DataType
return byte

DecompressedFileSize public property

public uint DecompressedFileSize
return uint

FileID public property

public uint FileID
return uint

Filename public property

public string Filename
return string

FilenameLength public property

public ushort FilenameLength
return ushort

IsCompressed public property

public byte IsCompressed
return byte

TypeID public property

public uint TypeID
return uint