C# Class System.Data.SqlTypes.StreamOnSqlChars

Inheritance: SqlStreamChars
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
Flush ( ) : void
Read ( char buffer, int offset, int count ) : int
ReadChar ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( char buffer, int offset, int count ) : void
WriteChar ( char value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CheckIfStreamClosed ( [ methodname = "" ) : void
FClosed ( ) : bool
StreamOnSqlChars ( SqlChars s ) : System.IO

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( char buffer, int offset, int count ) : int
buffer char
offset int
count int
return int

ReadChar() public method

public ReadChar ( ) : int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

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

WriteChar() public method

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