C# Class Whitelog.Tests.SimpleBuffer

Inheritance: IBuffer
Datei anzeigen Open project: ronenbarak/Whitelog Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
IncressSize ( int length, int required ) : byte[]
SetLength ( int length ) : void
SimpleBuffer ( int size = 1024 ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IncressSize() public method

public IncressSize ( int length, int required ) : byte[]
length int
required int
return byte[]

SetLength() public method

public SetLength ( int length ) : void
length int
return void

SimpleBuffer() public method

public SimpleBuffer ( int size = 1024 ) : System
size int
return System