C# Class LaunchServer.Packet03Handler

Inheritance: Packet
Show file Open project: N3X15/MineEdit

Public Methods

Method Description
Packet03Handler ( ) : System
Read ( System &stream ) : void
ToString ( ) : string
Write ( System &stream ) : void

Method Details

Packet03Handler() public method

public Packet03Handler ( ) : System
return System

Read() public method

public Read ( System &stream ) : void
stream System
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( System &stream ) : void
stream System
return void