C# Class Terraria.DataStructures.CachedBuffer

Mostrar archivo Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
Data byte[]
Reader System.IO.BinaryReader
Writer System.IO.BinaryWriter

Public Methods

Method Description
CachedBuffer ( byte data ) : System.IO
Recycle ( ) : void

Private Methods

Method Description
Activate ( ) : CachedBuffer

Method Details

CachedBuffer() public method

public CachedBuffer ( byte data ) : System.IO
data byte
return System.IO

Recycle() public method

public Recycle ( ) : void
return void

Property Details

Data public_oe property

public byte[] Data
return byte[]

Reader public_oe property

public BinaryReader,System.IO Reader
return System.IO.BinaryReader

Writer public_oe property

public BinaryWriter,System.IO Writer
return System.IO.BinaryWriter