C# Class Whitelog.Core.Binary.Serializer.MemoryBuffer.BufferPool.Buffer

Inheritance: IBuffer
Afficher le fichier Open project: ronenbarak/Whitelog

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Buffer ( BufferPool bufferPool, int size ) : System
Dispose ( ) : void
IncressSize ( int length, int required ) : byte[]
SetLength ( int length ) : void

Method Details

Buffer() public méthode

public Buffer ( BufferPool bufferPool, int size ) : System
bufferPool BufferPool
size int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IncressSize() public méthode

public IncressSize ( int length, int required ) : byte[]
length int
required int
Résultat byte[]

SetLength() public méthode

public SetLength ( int length ) : void
length int
Résultat void