C# Class Dev2.Tests.Weave.MockByteReaderWriter

Inheritance: IByteWriterBase, IByteReaderBase
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadBytes ( int amount ) : byte[]
ReadBytes ( byte buffer, int offset, int count ) : int
ReadChar ( ) : char
ReadChars ( int amount ) : char[]
ReadChars ( char buffer, int offset, int count ) : int
ReadDateTime ( ) : System.DateTime
ReadDecimal ( ) : decimal
ReadDouble ( ) : double
ReadEightOctet ( ) : EightOctetUnion
ReadFourOctet ( ) : FourOctetUnion
ReadGuid ( ) : System.Guid
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSByte ( ) : sbyte
ReadSingle ( ) : float
ReadString ( ) : string
ReadTimeSpan ( ) : System.TimeSpan
ReadTwoOctet ( ) : TwoOctetUnion
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong
ReadVersion ( ) : System.Version
Reset ( ) : void
Write ( System.DateTime value ) : void
Write ( EightOctetUnion value ) : void
Write ( FourOctetUnion value ) : void
Write ( System.Guid value ) : void
Write ( System.TimeSpan value ) : void
Write ( TwoOctetUnion value ) : void
Write ( System.Version value ) : void
Write ( bool value ) : void
Write ( byte value ) : void
Write ( byte value, int offset, int count ) : void
Write ( char value ) : void
Write ( char value, int offset, int count ) : void
Write ( decimal value ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( sbyte value ) : void
Write ( short value ) : void
Write ( string value ) : void
Write ( uint value ) : void
Write ( ulong value ) : void
Write ( ushort value ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

ReadBoolean() public method

public ReadBoolean ( ) : bool
return bool

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int amount ) : byte[]
amount int
return byte[]

ReadBytes() public method

public ReadBytes ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadChar() public method

public ReadChar ( ) : char
return char

ReadChars() public method

public ReadChars ( int amount ) : char[]
amount int
return char[]

ReadChars() public method

public ReadChars ( char buffer, int offset, int count ) : int
buffer char
offset int
count int
return int

ReadDateTime() public method

public ReadDateTime ( ) : System.DateTime
return System.DateTime

ReadDecimal() public method

public ReadDecimal ( ) : decimal
return decimal

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadEightOctet() public method

public ReadEightOctet ( ) : EightOctetUnion
return EightOctetUnion

ReadFourOctet() public method

public ReadFourOctet ( ) : FourOctetUnion
return FourOctetUnion

ReadGuid() public method

public ReadGuid ( ) : System.Guid
return System.Guid

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadSByte() public method

public ReadSByte ( ) : sbyte
return sbyte

ReadSingle() public method

public ReadSingle ( ) : float
return float

ReadString() public method

public ReadString ( ) : string
return string

ReadTimeSpan() public method

public ReadTimeSpan ( ) : System.TimeSpan
return System.TimeSpan

ReadTwoOctet() public method

public ReadTwoOctet ( ) : TwoOctetUnion
return TwoOctetUnion

ReadUInt16() public method

public ReadUInt16 ( ) : ushort
return ushort

ReadUInt32() public method

public ReadUInt32 ( ) : uint
return uint

ReadUInt64() public method

public ReadUInt64 ( ) : ulong
return ulong

ReadVersion() public method

public ReadVersion ( ) : System.Version
return System.Version

Reset() public method

public Reset ( ) : void
return void

Write() public method

public Write ( System.DateTime value ) : void
value System.DateTime
return void

Write() public method

public Write ( EightOctetUnion value ) : void
value EightOctetUnion
return void

Write() public method

public Write ( FourOctetUnion value ) : void
value FourOctetUnion
return void

Write() public method

public Write ( System.Guid value ) : void
value System.Guid
return void

Write() public method

public Write ( System.TimeSpan value ) : void
value System.TimeSpan
return void

Write() public method

public Write ( TwoOctetUnion value ) : void
value TwoOctetUnion
return void

Write() public method

public Write ( System.Version value ) : void
value System.Version
return void

Write() public method

public Write ( bool value ) : void
value bool
return void

Write() public method

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

Write() public method

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

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

public Write ( char value, int offset, int count ) : void
value char
offset int
count int
return void

Write() public method

public Write ( decimal value ) : void
value decimal
return void

Write() public method

public Write ( double value ) : void
value double
return void

Write() public method

public Write ( float value ) : void
value float
return void

Write() public method

public Write ( int value ) : void
value int
return void

Write() public method

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

Write() public method

public Write ( sbyte value ) : void
value sbyte
return void

Write() public method

public Write ( short value ) : void
value short
return void

Write() public method

public Write ( string value ) : void
value string
return void

Write() public method

public Write ( uint value ) : void
value uint
return void

Write() public method

public Write ( ulong value ) : void
value ulong
return void

Write() public method

public Write ( ushort value ) : void
value ushort
return void