C# Class OpenRA.FileSystem.IdxEntry

Mostra file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
ChunkSize uint
Filename string
Flags uint
Length uint
Offset uint
SampleRate uint

Public Methods

Method Description
IdxEntry ( Stream s ) : System.Collections.Generic
ToString ( ) : string

Method Details

IdxEntry() public method

public IdxEntry ( Stream s ) : System.Collections.Generic
s System.IO.Stream
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

ChunkSize public_oe property

public uint ChunkSize
return uint

Filename public_oe property

public string Filename
return string

Flags public_oe property

public uint Flags
return uint

Length public_oe property

public uint Length
return uint

Offset public_oe property

public uint Offset
return uint

SampleRate public_oe property

public uint SampleRate
return uint