Package | Description |
---|---|
org.scijava.java3d.internal |
Modifier and Type | Method and Description |
---|---|
static ByteBufferWrapper |
ByteBufferWrapper.allocateDirect(int capacity)
Allocate a direct ByteBuffer with the given capacity.
|
ByteBufferWrapper |
ByteBufferWrapper.get(byte[] dst)
Bulk get method.
|
ByteBufferWrapper |
ByteBufferWrapper.get(byte[] dst,
int offset,
int length)
Bulk get method.
|
ByteBufferWrapper |
ByteBufferWrapper.order(ByteOrder bo)
Modifies this buffer's byte order.
|
ByteBufferWrapper |
ByteBufferWrapper.put(byte[] src)
Bulk put method.
|
Copyright © 2016–2022 SciJava. All rights reserved.