C# Class entity.Tools.LayOutChunk

The lay out chunk.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
MS System.IO.MemoryStream
endoffset int
rawPieces System.Collections.ArrayList
rawType RawDataContainerType
shift int
size int
startoffset int

Méthodes publiques

Méthode 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 méthode

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

Read() public méthode

The read.
public Read ( Map map ) : void
map HaloMap.Map.Map The map.
Résultat void

Write() public méthode

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

Property Details

MS public_oe property

The ms.
public MemoryStream,System.IO MS
Résultat System.IO.MemoryStream

endoffset public_oe property

The endoffset.
public int endoffset
Résultat int

rawPieces public_oe property

The raw pieces.
public ArrayList,System.Collections rawPieces
Résultat System.Collections.ArrayList

rawType public_oe property

The raw type.
public RawDataContainerType rawType
Résultat RawDataContainerType

shift public_oe property

The shift.
public int shift
Résultat int

size public_oe property

The size.
public int size
Résultat int

startoffset public_oe property

The startoffset.
public int startoffset
Résultat int