public class InternalBufferUtils
extends java.lang.Object
| Constructor and Description |
|---|
InternalBufferUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.ByteBuffer |
newDirectByteBuffer(long address,
int capacity)
Allocates a new direct byte buffer at the given address with the
given capacity.
|
public static java.nio.ByteBuffer newDirectByteBuffer(long address,
int capacity)
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.