C# Class entity.Tools.LayOutChunk

The lay out chunk.
Exibir arquivo 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_oe property

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

endoffset public_oe property

The endoffset.
public int endoffset
return int

rawPieces public_oe property

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

rawType public_oe property

The raw type.
public RawDataContainerType rawType
return RawDataContainerType

shift public_oe property

The shift.
public int shift
return int

size public_oe property

The size.
public int size
return int

startoffset public_oe property

The startoffset.
public int startoffset
return int