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

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

DebugStream() public méthode

public DebugStream ( ) : NUnit.Framework
Résultat NUnit.Framework

DebugStream() public méthode

public DebugStream ( byte buffer ) : NUnit.Framework
buffer byte
Résultat NUnit.Framework

DebugStream() public méthode

public DebugStream ( int capacity ) : NUnit.Framework
capacity int
Résultat NUnit.Framework

Flush() public méthode

public Flush ( ) : void
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

Read() public méthode

public Read ( [ buffer, int offset, int count ) : int
buffer [
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin loc ) : long
offset long
loc SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

WriteTo() public méthode

public WriteTo ( Stream stream ) : void
stream Stream
Résultat void