C# Class FieldTrip.Buffer.WrappedObject

Mostrar archivo Open project: jadref/buffer_bci Class Usage Examples

Public Properties

Property Type Description
array object
numel int
size int
type int

Public Methods

Method Description
WrappedObject ( ) : System
WrappedObject ( byte x ) : System
WrappedObject ( double x ) : System
WrappedObject ( float x ) : System
WrappedObject ( int x ) : System
WrappedObject ( long x ) : System
WrappedObject ( object obj ) : System
WrappedObject ( short x ) : System
WrappedObject ( string s ) : System
serialize ( ByteBuffer buf ) : void
toString ( ) : string

Method Details

WrappedObject() public method

public WrappedObject ( ) : System
return System

WrappedObject() public method

public WrappedObject ( byte x ) : System
x byte
return System

WrappedObject() public method

public WrappedObject ( double x ) : System
x double
return System

WrappedObject() public method

public WrappedObject ( float x ) : System
x float
return System

WrappedObject() public method

public WrappedObject ( int x ) : System
x int
return System

WrappedObject() public method

public WrappedObject ( long x ) : System
x long
return System

WrappedObject() public method

public WrappedObject ( object obj ) : System
obj object
return System

WrappedObject() public method

public WrappedObject ( short x ) : System
x short
return System

WrappedObject() public method

public WrappedObject ( string s ) : System
s string
return System

serialize() public method

public serialize ( ByteBuffer buf ) : void
buf ByteBuffer
return void

toString() public method

public toString ( ) : string
return string

Property Details

array public_oe property

public object array
return object

numel public_oe property

public int numel
return int

size public_oe property

public int size
return int

type public_oe property

public int type
return int