C# Class ImaginationServer.World.Handlers.World.ClientGameMsgHandler

Inheritance: ImaginationServer.Common.Handlers.PacketHandler
Show file Open project: Miclebrick/Imagination-Server

Public Methods

Method Description
ClientGameMsgHandler ( ) : System
Handle ( BinaryReader reader, LuClient client ) : void
ReadFully ( Stream input ) : byte[]

Method Details

ClientGameMsgHandler() public method

public ClientGameMsgHandler ( ) : System
return System

Handle() public method

public Handle ( BinaryReader reader, LuClient client ) : void
reader System.IO.BinaryReader
client ImaginationServer.Common.LuClient
return void

ReadFully() public static method

public static ReadFully ( Stream input ) : byte[]
input Stream
return byte[]