C# Class FParsec.StringBuffer.PoolSegment

Inheritance: IDisposable
显示文件 Open project: sandersn/fing

Public Properties

Property Type Description
FirstFreeChunk FreeChunk

Public Methods

Method Description
AllocateStringBufferInNewSegment ( int length ) : StringBuffer
Dispose ( ) : void
PoolSegment ( int size, int firstBufferSize ) : System

Private Methods

Method Description
AssertIntegrity ( ) : void

Method Details

AllocateStringBufferInNewSegment() public static method

public static AllocateStringBufferInNewSegment ( int length ) : StringBuffer
length int
return StringBuffer

Dispose() public method

public Dispose ( ) : void
return void

PoolSegment() public method

public PoolSegment ( int size, int firstBufferSize ) : System
size int
firstBufferSize int
return System

Property Details

FirstFreeChunk public_oe property

public FreeChunk FirstFreeChunk
return FreeChunk