C# Class OpenStory.Common.IO.ByteBuffer

Represents a buffer of bytes... what did you expect?
Exibir arquivo Open project: shoftee/OpenStory

Public Methods

Method Description
ByteBuffer ( byte bytes )

Initializes a new instance of the ByteBuffer class.

Write ( IPacketBuilder builder ) : void

Method Details

ByteBuffer() public method

Initializes a new instance of the ByteBuffer class.
public ByteBuffer ( byte bytes )
bytes byte

Write() public method

public Write ( IPacketBuilder builder ) : void
builder IPacketBuilder
return void