C# Class System.Data.SqlClient.TdsParser.ConstrainedTextWriter

Inheritance: System.IO.TextWriter
Show file Open project: dotnet/corefx

Public Methods

Method Description
ConstrainedTextWriter ( TextWriter next, int size ) : System.Collections.Generic
Flush ( ) : void
FlushAsync ( ) : Task
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
WriteAsync ( char value ) : Task
WriteAsync ( char buffer, int index, int count ) : Task
WriteAsync ( string value ) : Task

Private Methods

Method Description
ValidateWriteParameters ( char buffer, int offset, int count ) : void

Method Details

ConstrainedTextWriter() public method

public ConstrainedTextWriter ( TextWriter next, int size ) : System.Collections.Generic
next System.IO.TextWriter
size int
return System.Collections.Generic

Flush() public method

public Flush ( ) : void
return void

FlushAsync() public method

public FlushAsync ( ) : Task
return Task

Write() public method

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

Write() public method

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

WriteAsync() public method

public WriteAsync ( char value ) : Task
value char
return Task

WriteAsync() public method

public WriteAsync ( char buffer, int index, int count ) : Task
buffer char
index int
count int
return Task

WriteAsync() public method

public WriteAsync ( string value ) : Task
value string
return Task