Method | Description | |
---|---|---|
Flush ( ) : void | ||
MemoryPoolTextWriter ( IMemoryPool memory ) : System | ||
Write ( ArraySegment |
||
Write ( char value ) : void | ||
Write ( char value, int index, int length ) : void | ||
Write ( string value ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Grow ( int minimumAvailable ) : void |
Method | Description | |
---|---|---|
Encode ( bool flush ) : void |
protected Grow ( int minimumAvailable ) : void | ||
minimumAvailable | int | |
return | void |
public MemoryPoolTextWriter ( IMemoryPool memory ) : System | ||
memory | IMemoryPool | |
return | System |
public Write ( char value, int index, int length ) : void | ||
value | char | |
index | int | |
length | int | |
return | void |