C# Class MonoTests.System.Security.Cryptography.DebugStream

Inheritance: System.IO.MemoryStream
Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Close ( ) : void
DebugStream ( ) : NUnit.Framework
DebugStream ( byte buffer ) : NUnit.Framework
DebugStream ( int capacity ) : NUnit.Framework
Flush ( ) : void
GetBuffer ( ) : byte[]
Read ( [ buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin loc ) : long
SetLength ( long value ) : void
ToArray ( ) : byte[]
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
WriteTo ( Stream stream ) : void

Method Details

Close() public method

public Close ( ) : void
return void

DebugStream() public method

public DebugStream ( ) : NUnit.Framework
return NUnit.Framework

DebugStream() public method

public DebugStream ( byte buffer ) : NUnit.Framework
buffer byte
return NUnit.Framework

DebugStream() public method

public DebugStream ( int capacity ) : NUnit.Framework
capacity int
return NUnit.Framework

Flush() public method

public Flush ( ) : void
return void

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

Read() public method

public Read ( [ buffer, int offset, int count ) : int
buffer [
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

Seek() public method

public Seek ( long offset, SeekOrigin loc ) : long
offset long
loc SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

ToArray() public method

public ToArray ( ) : byte[]
return byte[]

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void

WriteTo() public method

public WriteTo ( Stream stream ) : void
stream Stream
return void