Property | Type | Description | |
---|---|---|---|
Stream | Stream |
Method | Description | |
---|---|---|
GivenAMemoryStreamContaining ( ) : void | ||
GivenANonSeekableStream ( ) : void | ||
GivenANullStream ( ) : void | ||
TextInASCII ( string text ) : byte[] | ||
TextInUTF16 ( string text ) : byte[] |
Method | Description | |
---|---|---|
CreateMemoryStream ( ) : |
protected GivenAMemoryStreamContaining ( ) : void | ||
return | void |
protected TextInASCII ( string text ) : byte[] | ||
text | string | |
return | byte[] |
protected TextInUTF16 ( string text ) : byte[] | ||
text | string | |
return | byte[] |