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

Inheritance: ByteBuffer
Afficher le fichier Open project: Mazrick/jni4net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Init ( ) : void

Method Details

DirectByteBuffer() public méthode

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

DirectByteBuffer() public méthode

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
Résultat java.lang.System

GetSharedBuffer() public méthode

public GetSharedBuffer ( ) : byte[]
Résultat byte[]