C# Class FieldTrip.Buffer.ShortBuffer

Mostra file Open project: jadref/buffer_bci Class Usage Examples

Public Methods

Method Description
ShortBuffer ( ByteBuffer _bytebuffer ) : System.Collections
get ( short dst ) : ShortBuffer
put ( short src ) : ShortBuffer

Method Details

ShortBuffer() public method

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

get() public method

public get ( short dst ) : ShortBuffer
dst short
return ShortBuffer

put() public method

public put ( short src ) : ShortBuffer
src short
return ShortBuffer