C# Class HaloMap.RawData.RawDataContainer

The raw data container.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
containerType RawDataContainerType
rawChunks List

Public Methods

Method Description
LoadRawFromFile ( string inputFilePath, Meta meta ) : RawDataContainer

The load raw from file.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

SaveRawToFile ( string outputFilePath, Meta meta ) : void

The save raw to file.

Method Details

LoadRawFromFile() public method

The load raw from file.
public LoadRawFromFile ( string inputFilePath, Meta meta ) : RawDataContainer
inputFilePath string The input file path.
meta Meta The meta.
return RawDataContainer

Read() public method

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void

SaveRawToFile() public method

The save raw to file.
public SaveRawToFile ( string outputFilePath, Meta meta ) : void
outputFilePath string The output file path.
meta Meta The meta.
return void

Property Details

containerType public property

The container type.
public RawDataContainerType containerType
return RawDataContainerType

rawChunks public property

The raw chunks.
public List rawChunks
return List