C# Class Poker.Common.Networking.Messages.NetworkMessageBase

Inheritance: INetworkMessage
Show file Open project: BernhardGlueck/Poker

Public Methods

Method Description
Read ( BinaryReader reader ) : void
Write ( BinaryWriter writer ) : void

Protected Methods

Method Description
OnRead ( BinaryReader reader ) : void
OnWrite ( BinaryWriter writer ) : void

Method Details

OnRead() protected abstract method

protected abstract OnRead ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

OnWrite() protected abstract method

protected abstract OnWrite ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Read() public method

public Read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Write() public method

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void