C# Class entity.Tools.LayOutChunk

The lay out chunk.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
MS System.IO.MemoryStream
endoffset int
rawPieces System.Collections.ArrayList
rawType RawDataContainerType
shift int
size int
startoffset int

Public Methods

Method Description
LayOutChunk ( int mapsize ) : System

Initializes a new instance of the LayOutChunk class.

Read ( Map map ) : void

The read.

Write ( BinaryWriter BW, int offset ) : void

The write.

Method Details

LayOutChunk() public method

Initializes a new instance of the LayOutChunk class.
public LayOutChunk ( int mapsize ) : System
mapsize int The mapsize.
return System

Read() public method

The read.
public Read ( Map map ) : void
map HaloMap.Map.Map The map.
return void

Write() public method

The write.
public Write ( BinaryWriter BW, int offset ) : void
BW System.IO.BinaryWriter The bw.
offset int The offset.
return void

Property Details

MS public property

The ms.
public MemoryStream,System.IO MS
return System.IO.MemoryStream

endoffset public property

The endoffset.
public int endoffset
return int

rawPieces public property

The raw pieces.
public ArrayList,System.Collections rawPieces
return System.Collections.ArrayList

rawType public property

The raw type.
public RawDataContainerType rawType
return RawDataContainerType

shift public property

The shift.
public int shift
return int

size public property

The size.
public int size
return int

startoffset public property

The startoffset.
public int startoffset
return int