C# Class System.Xml.BufferBuilder.BufferBuilder

Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
s_TraceOutput TextWriter

Public Methods

Method Description
Append ( char value ) : void
Append ( char value, int start, int count ) : void
Append ( string value ) : void
Append ( string value, int start, int count ) : void
BufferBuilder ( ) : System.IO
Clear ( ) : void
ToString ( ) : string
ToString ( int startIndex, int len ) : string

Private Methods

Method Description
AddBuffer ( ) : void
AppendHelper ( char pSource, int count ) : void
ClearBuffers ( ) : void
CreateBuffers ( ) : void
Recycle ( Buffer buf ) : void
SetLength ( int newLength ) : void
wstrcpy ( char dmem, char smem, int charCount ) : void

Method Details

Append() public method

public Append ( char value ) : void
value char
return void

Append() public method

public Append ( char value, int start, int count ) : void
value char
start int
count int
return void

Append() public method

public Append ( string value ) : void
value string
return void

Append() public method

public Append ( string value, int start, int count ) : void
value string
start int
count int
return void

BufferBuilder() public method

public BufferBuilder ( ) : System.IO
return System.IO

Clear() public method

public Clear ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( int startIndex, int len ) : string
startIndex int
len int
return string

Property Details

s_TraceOutput public_oe static_oe property

public static TextWriter s_TraceOutput
return TextWriter