C# 클래스 OpenStory.Common.IO.ByteBuffer

Represents a buffer of bytes... what did you expect?
파일 보기 프로젝트 열기: shoftee/OpenStory

공개 메소드들

메소드 설명
ByteBuffer ( byte bytes )

Initializes a new instance of the ByteBuffer class.

Write ( IPacketBuilder builder ) : void

메소드 상세

ByteBuffer() 공개 메소드

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

Write() 공개 메소드

public Write ( IPacketBuilder builder ) : void
builder IPacketBuilder
리턴 void