C# Class System.IO.Tests.StreamReaderTests

Afficher le fichier Open project: dotnet/corefx

Méthodes protégées

Méthode Description
CreateStream ( ) : Stream
GetCharArrayStream ( ) : StreamReader>.Tuple
GetLargeStream ( ) : Stream
GetSmallStream ( ) : Stream

Private Methods

Méthode Description
ArgumentExceptionOffsetAndCount ( ) : void
ArgumentNullOnNullArray ( ) : void
ArgumentOutOfRangeOnInvalidOffset ( ) : void
ArgumentOutOfRangeOnNegativCount ( ) : void
ContinuousNewLinesAndTabsAsync ( ) : Task
CurrentEncoding ( ) : void
EmptyStream ( ) : void
EndOfStream ( ) : void
EndOfStreamLargeDataLargeBuffer ( ) : void
EndOfStreamLargeDataSmallBuffer ( ) : void
EndOfStreamSmallDataLargeBuffer ( ) : void
GetBaseStream ( ) : void
ObjectClosedReadLine ( ) : void
ObjectClosedReadLineBaseStream ( ) : void
ObjectDisposedExceptionDisposedBaseStream ( ) : void
ObjectDisposedExceptionDisposedStream ( ) : void
ObjectDisposedReadLine ( ) : void
ObjectDisposedReadLineBaseStream ( ) : void
ReadToEndAsync ( ) : Task
Synchronized_NewObject ( ) : void
TestPeek ( ) : void
TestRead ( ) : void
VanillaReadLines ( ) : void
VanillaReadLines2 ( ) : void
VanillaReads1 ( ) : void
VanillaReads2WithAsync ( ) : Task

Method Details

CreateStream() protected méthode

protected CreateStream ( ) : Stream
Résultat Stream

GetCharArrayStream() protected méthode

protected GetCharArrayStream ( ) : StreamReader>.Tuple
Résultat StreamReader>.Tuple

GetLargeStream() protected méthode

protected GetLargeStream ( ) : Stream
Résultat Stream

GetSmallStream() protected méthode

protected GetSmallStream ( ) : Stream
Résultat Stream