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

An abstract class for bit-based flag arrays which are written in 64-bit chunks.
상속: Flags
파일 보기 프로젝트 열기: shoftee/OpenStory 1 사용 예제들

공개 메소드들

메소드 설명
Read ( IUnsafePacketReader reader ) : void
Write ( IPacketBuilder builder ) : void

보호된 메소드들

메소드 설명
LongFlags ( LongFlags other ) : System
LongFlags ( int capacity ) : System

메소드 상세

LongFlags() 보호된 메소드

protected LongFlags ( LongFlags other ) : System
other LongFlags
리턴 System

LongFlags() 보호된 메소드

protected LongFlags ( int capacity ) : System
capacity int
리턴 System

Read() 공개 최종 메소드

Thrown if is .
public final Read ( IUnsafePacketReader reader ) : void
reader IUnsafePacketReader
리턴 void

Write() 공개 최종 메소드

Thrown if is .
public final Write ( IPacketBuilder builder ) : void
builder IPacketBuilder
리턴 void