public class Buffers extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CAPACITY |
| Constructor and Description |
|---|
Buffers() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
forBytes(int length) |
DoubleBuffer |
forDouble(int length) |
IntBuffer |
forInteger(int length) |
public static final int CAPACITY
public DoubleBuffer forDouble(int length)
public IntBuffer forInteger(int length)
public ByteBuffer forBytes(int length)
Copyright © 2015. All rights reserved.