C# Class OpenStory.Common.IO.IntFlags

An abstract class for bit-based flag arrays which are written in 32-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
IntFlags ( IntFlags other ) : System
IntFlags ( int capacity ) : System

Method Details

IntFlags() protected method

protected IntFlags ( IntFlags other ) : System
other IntFlags
return System

IntFlags() protected method

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