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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

IntFlags() 보호된 메소드

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

IntFlags() 보호된 메소드

protected IntFlags ( 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