C# Class OpenRasta.IO.stream_context

Inheritance: OpenRasta.Testing.context
Mostra file Open project: openrasta/openrasta-core

Protected Properties

Property Type Description
Stream Stream

Protected Methods

Method Description
GivenAMemoryStreamContaining ( ) : void
GivenANonSeekableStream ( ) : void
GivenANullStream ( ) : void
TextInASCII ( string text ) : byte[]
TextInUTF16 ( string text ) : byte[]

Private Methods

Method Description
CreateMemoryStream ( ) : MemoryStream

Method Details

GivenAMemoryStreamContaining() protected method

protected GivenAMemoryStreamContaining ( ) : void
return void

GivenANonSeekableStream() protected method

protected GivenANonSeekableStream ( ) : void
return void

GivenANullStream() protected method

protected GivenANullStream ( ) : void
return void

TextInASCII() protected method

protected TextInASCII ( string text ) : byte[]
text string
return byte[]

TextInUTF16() protected method

protected TextInUTF16 ( string text ) : byte[]
text string
return byte[]

Property Details

Stream protected_oe property

protected Stream Stream
return Stream