C# 클래스 net.sf.jni4net.nio.DirectByteBuffer

상속: ByteBuffer
파일 보기 프로젝트 열기: Mazrick/jni4net 1 사용 예제들

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

DirectByteBuffer() 공개 메소드

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

DirectByteBuffer() 공개 메소드

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
리턴 java.lang.System

GetSharedBuffer() 공개 메소드

public GetSharedBuffer ( ) : byte[]
리턴 byte[]