C# Class CSPspEmu.Hle.Formats.DirectoryRecord

Show file 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 property

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

ExtendedAttributeLength public property

public byte ExtendedAttributeLength
return byte

Extent public property

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

FileUnitSize public property

public byte FileUnitSize
return byte

Flags public property

public FlagsEnum Flags
return FlagsEnum

Interleave public property

public byte Interleave
return byte

Length public property

Length of the entry.
public byte Length
return byte

NameLength public property

public byte NameLength
return byte

Size public property

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

VolumeSequenceNumber public property

public u16b,CSPspEmu.Hle.Formats VolumeSequenceNumber
return u16b