C# Class CSPspEmu.Hle.Formats.DirectoryRecord

Datei anzeigen Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Date DateStruct
ExtendedAttributeLength byte
Extent u32b
FileUnitSize byte
Flags FlagsEnum
Interleave byte
Length byte
NameLength byte
Size u32b
VolumeSequenceNumber u16b

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Date public_oe property

9.1.5 Recording Date and Time (BP 19 to 25)
public DateStruct Date
return DateStruct

ExtendedAttributeLength public_oe property

public byte ExtendedAttributeLength
return byte

Extent public_oe property

Sector of the file in the disc.
public u32b,CSPspEmu.Hle.Formats Extent
return u32b

FileUnitSize public_oe property

public byte FileUnitSize
return byte

Flags public_oe property

public FlagsEnum Flags
return FlagsEnum

Interleave public_oe property

public byte Interleave
return byte

Length public_oe property

Length of the entry.
public byte Length
return byte

NameLength public_oe property

public byte NameLength
return byte

Size public_oe property

Size of the file.
public u32b,CSPspEmu.Hle.Formats Size
return u32b

VolumeSequenceNumber public_oe property

public u16b,CSPspEmu.Hle.Formats VolumeSequenceNumber
return u16b