C# Class DiscUtils.Udf.FileSetDescriptor

Inheritance: IByteArraySerializable
Mostrar archivo Open project: gus33000/WindowsBuildIdentifier Class Usage Examples

Public Properties

Property Type Description
AbstractFileIdentifier string
CharacterSetList uint
CopyrightFileIdentifier string
DescriptorTag DiscUtils.Udf.DescriptorTag
DomainIdentifier DiscUtils.Udf.DomainEntityIdentifier
FileSetCharset DiscUtils.Udf.CharacterSetSpecification
FileSetDescriptorNumber uint
FileSetIdentifier string
FileSetNumber uint
InterchangeLevel ushort
LogicalVolumeIdentifier string
LogicalVolumeIdentifierCharset DiscUtils.Udf.CharacterSetSpecification
MaximumCharacterSetList uint
MaximumInterchangeLevel ushort
NextExtent DiscUtils.Udf.LongAllocationDescriptor
RecordingTime DateTime
RootDirectoryIcb DiscUtils.Udf.LongAllocationDescriptor
SystemStreamDirectoryIcb DiscUtils.Udf.LongAllocationDescriptor

Public Methods

Method Description
ReadFrom ( Array buffer, int offset ) : int
WriteTo ( Array buffer, int offset ) : void

Method Details

ReadFrom() public method

public ReadFrom ( Array buffer, int offset ) : int
buffer Array
offset int
return int

WriteTo() public method

public WriteTo ( Array buffer, int offset ) : void
buffer Array
offset int
return void

Property Details

AbstractFileIdentifier public_oe property

public string AbstractFileIdentifier
return string

CharacterSetList public_oe property

public uint CharacterSetList
return uint

CopyrightFileIdentifier public_oe property

public string CopyrightFileIdentifier
return string

DescriptorTag public_oe property

public DescriptorTag,DiscUtils.Udf DescriptorTag
return DiscUtils.Udf.DescriptorTag

DomainIdentifier public_oe property

public DomainEntityIdentifier,DiscUtils.Udf DomainIdentifier
return DiscUtils.Udf.DomainEntityIdentifier

FileSetCharset public_oe property

public CharacterSetSpecification,DiscUtils.Udf FileSetCharset
return DiscUtils.Udf.CharacterSetSpecification

FileSetDescriptorNumber public_oe property

public uint FileSetDescriptorNumber
return uint

FileSetIdentifier public_oe property

public string FileSetIdentifier
return string

FileSetNumber public_oe property

public uint FileSetNumber
return uint

InterchangeLevel public_oe property

public ushort InterchangeLevel
return ushort

LogicalVolumeIdentifier public_oe property

public string LogicalVolumeIdentifier
return string

LogicalVolumeIdentifierCharset public_oe property

public CharacterSetSpecification,DiscUtils.Udf LogicalVolumeIdentifierCharset
return DiscUtils.Udf.CharacterSetSpecification

MaximumCharacterSetList public_oe property

public uint MaximumCharacterSetList
return uint

MaximumInterchangeLevel public_oe property

public ushort MaximumInterchangeLevel
return ushort

NextExtent public_oe property

public LongAllocationDescriptor,DiscUtils.Udf NextExtent
return DiscUtils.Udf.LongAllocationDescriptor

RecordingTime public_oe property

public DateTime RecordingTime
return DateTime

RootDirectoryIcb public_oe property

public LongAllocationDescriptor,DiscUtils.Udf RootDirectoryIcb
return DiscUtils.Udf.LongAllocationDescriptor

SystemStreamDirectoryIcb public_oe property

public LongAllocationDescriptor,DiscUtils.Udf SystemStreamDirectoryIcb
return DiscUtils.Udf.LongAllocationDescriptor