C# Class net.sf.jni4net.nio.DirectByteBuffer

Inheritance: ByteBuffer
Show file Open project: Mazrick/jni4net Class Usage Examples

Public Methods

Method Description
DirectByteBuffer ( byte sharedBuffer ) : System

The buffer will be pinned and shared with java user is responsible for thread synchronization.

DirectByteBuffer ( byte sharedBuffer, int position, int len ) : System

The buffer will be pinned and shared with java user is responsible for thread synchronization.

GetSharedBuffer ( ) : byte[]

Private Methods

Method Description
Init ( ) : void

Method Details

DirectByteBuffer() public method

The buffer will be pinned and shared with java user is responsible for thread synchronization.
public DirectByteBuffer ( byte sharedBuffer ) : System
sharedBuffer byte
return java.lang.System

DirectByteBuffer() public method

The buffer will be pinned and shared with java user is responsible for thread synchronization.
public DirectByteBuffer ( byte sharedBuffer, int position, int len ) : System
sharedBuffer byte
position int
len int
return java.lang.System

GetSharedBuffer() public method

public GetSharedBuffer ( ) : byte[]
return byte[]