C# Class Sharpen.LongBuffer

Inheritance: ByteBuffer
Mostra file Open project: fantasydr/krkr-cs Class Usage Examples

Public Methods

Method Description
LongBuffer ( ) : System
Put ( int pos, long val ) : void
Wrap ( long data ) : LongBuffer

Protected Methods

Method Description
LongBuffer ( byte buf, int start, int len ) : System

Method Details

LongBuffer() public method

public LongBuffer ( ) : System
return System

LongBuffer() protected method

protected LongBuffer ( byte buf, int start, int len ) : System
buf byte
start int
len int
return System

Put() public method

public Put ( int pos, long val ) : void
pos int
val long
return void

Wrap() public static method

public static Wrap ( long data ) : LongBuffer
data long
return LongBuffer