C# Class OpenStory.Common.IO.LongFlags

An abstract class for bit-based flag arrays which are written in 64-bit chunks.
Inheritance: Flags
Exibir arquivo Open project: shoftee/OpenStory Class Usage Examples

Public Methods

Method Description
Read ( IUnsafePacketReader reader ) : void
Write ( IPacketBuilder builder ) : void

Protected Methods

Method Description
LongFlags ( LongFlags other ) : System
LongFlags ( int capacity ) : System

Method Details

LongFlags() protected method

protected LongFlags ( LongFlags other ) : System
other LongFlags
return System

LongFlags() protected method

protected LongFlags ( int capacity ) : System
capacity int
return System

Read() public final method

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

Write() public final method

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