C# Class System.Data.SqlTypes.SqlStreamChars.NullSqlStreamChars

Inheritance: SqlStreamChars
显示文件 Open project: dotnet/corefx

Public Methods

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

Private Methods

Method Description
NullSqlStreamChars ( ) : System.IO

Method Details

Close() public method

public Close ( ) : void
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

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