C# Class OpenStory.Common.IO.ByteBuffer

Represents a buffer of bytes... what did you expect?
Afficher le fichier Open project: shoftee/OpenStory

Méthodes publiques

Méthode Description
ByteBuffer ( byte bytes )

Initializes a new instance of the ByteBuffer class.

Write ( IPacketBuilder builder ) : void

Method Details

ByteBuffer() public méthode

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

Write() public méthode

public Write ( IPacketBuilder builder ) : void
builder IPacketBuilder
Résultat void