C# Class Sharpen.IntBuffer

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

Public Methods

Method Description
IntBuffer ( ) : System
Put ( int val ) : void
Wrap ( int data ) : IntBuffer

Protected Methods

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

Method Details

IntBuffer() public method

public IntBuffer ( ) : System
return System

IntBuffer() protected method

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

Put() public method

public Put ( int val ) : void
val int
return void

Wrap() public static method

public static Wrap ( int data ) : IntBuffer
data int
return IntBuffer