C# Class FieldTrip.Buffer.LongBuffer

Mostra file Open project: jadref/buffer_bci Class Usage Examples

Public Methods

Method Description
LongBuffer ( ByteBuffer _bytebuffer ) : System.Collections
get ( long dst ) : LongBuffer
put ( long src ) : LongBuffer

Method Details

LongBuffer() public method

public LongBuffer ( ByteBuffer _bytebuffer ) : System.Collections
_bytebuffer ByteBuffer
return System.Collections

get() public method

public get ( long dst ) : LongBuffer
dst long
return LongBuffer

put() public method

public put ( long src ) : LongBuffer
src long
return LongBuffer