C# Class Server.Network.SendQueue.Gram

Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Acquire ( ) : Gram
Release ( ) : void
Write ( byte buffer, int offset, int length ) : int

Private Methods

Method Description
Gram ( ) : System

Method Details

Acquire() public static method

public static Acquire ( ) : Gram
return Gram

Release() public method

public Release ( ) : void
return void

Write() public method

public Write ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
return int