C# Class OpenRasta.IO.stream_context

Inheritance: OpenRasta.Testing.context
Afficher le fichier Open project: openrasta/openrasta-core

Protected Properties

Свойство Type Description
Stream Stream

Méthodes protégées

Méthode Description
GivenAMemoryStreamContaining ( ) : void
GivenANonSeekableStream ( ) : void
GivenANullStream ( ) : void
TextInASCII ( string text ) : byte[]
TextInUTF16 ( string text ) : byte[]

Private Methods

Méthode Description
CreateMemoryStream ( ) : MemoryStream

Method Details

GivenAMemoryStreamContaining() protected méthode

protected GivenAMemoryStreamContaining ( ) : void
Résultat void

GivenANonSeekableStream() protected méthode

protected GivenANonSeekableStream ( ) : void
Résultat void

GivenANullStream() protected méthode

protected GivenANullStream ( ) : void
Résultat void

TextInASCII() protected méthode

protected TextInASCII ( string text ) : byte[]
text string
Résultat byte[]

TextInUTF16() protected méthode

protected TextInUTF16 ( string text ) : byte[]
text string
Résultat byte[]

Property Details

Stream protected_oe property

protected Stream Stream
Résultat Stream