C# Class Whitelog.Core.Binary.Deserilizer.StreamDeserilizer

Inheritance: IDeserializer, IDisposable
Show file Open project: ronenbarak/Whitelog Class Usage Examples

Public Methods

Method Description
DeserializeBool ( ) : bool
DeserializeByte ( ) : byte
DeserializeByteArray ( ) : byte[]
DeserializeByteArray ( int length ) : byte[]
DeserializeDouble ( ) : double
DeserializeInt ( ) : int
DeserializeLong ( ) : long
DeserializeString ( ) : string
DeserializeVariantInt ( ) : int
Dispose ( ) : void
Init ( byte buffer ) : void
StreamDeserilizer ( ) : System
StreamDeserilizer ( byte buffer ) : System

Method Details

DeserializeBool() public method

public DeserializeBool ( ) : bool
return bool

DeserializeByte() public method

public DeserializeByte ( ) : byte
return byte

DeserializeByteArray() public method

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

DeserializeByteArray() public method

public DeserializeByteArray ( int length ) : byte[]
length int
return byte[]

DeserializeDouble() public method

public DeserializeDouble ( ) : double
return double

DeserializeInt() public method

public DeserializeInt ( ) : int
return int

DeserializeLong() public method

public DeserializeLong ( ) : long
return long

DeserializeString() public method

public DeserializeString ( ) : string
return string

DeserializeVariantInt() public method

public DeserializeVariantInt ( ) : int
return int

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( byte buffer ) : void
buffer byte
return void

StreamDeserilizer() public method

public StreamDeserilizer ( ) : System
return System

StreamDeserilizer() public method

public StreamDeserilizer ( byte buffer ) : System
buffer byte
return System