Метод | Описание | |
---|---|---|
DirectByteBuffer ( byte sharedBuffer ) : |
The buffer will be pinned and shared with java user is responsible for thread synchronization.
|
|
DirectByteBuffer ( byte sharedBuffer, int position, int len ) : |
The buffer will be pinned and shared with java user is responsible for thread synchronization.
|
|
GetSharedBuffer ( ) : byte[] |
Метод | Описание | |
---|---|---|
Init ( ) : void |
public DirectByteBuffer ( byte sharedBuffer ) : |
||
sharedBuffer | byte | |
Результат |
public DirectByteBuffer ( byte sharedBuffer, int position, int len ) : |
||
sharedBuffer | byte | |
position | int | |
len | int | |
Результат |