C# Class Terraria.DataStructures.CachedBuffer

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
Data byte[]
Reader System.IO.BinaryReader
Writer System.IO.BinaryWriter

Méthodes publiques

Méthode Description
CachedBuffer ( byte data ) : System.IO
Recycle ( ) : void

Private Methods

Méthode Description
Activate ( ) : CachedBuffer

Method Details

CachedBuffer() public méthode

public CachedBuffer ( byte data ) : System.IO
data byte
Résultat System.IO

Recycle() public méthode

public Recycle ( ) : void
Résultat void

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]

Reader public_oe property

public BinaryReader,System.IO Reader
Résultat System.IO.BinaryReader

Writer public_oe property

public BinaryWriter,System.IO Writer
Résultat System.IO.BinaryWriter