Searched defs:ByteBuffer (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DByteBuffer.java29 public class ByteBuffer { class
31 * The array buffer into which the components of the ByteBuffer are
32 * stored. The capacity of the ByteBuffer is the length of this array buffer,
33 * and is at least large enough to contain all the ByteBuffer's elements.<p>
35 * Any array elements following the last element in the ByteBuffer are 0.
40 * The number of valid components in this <tt>ByteBuffer</tt> object.
49 * The amount by which the capacity of the ByteBuffer is automatically
52 * of the ByteBuffer is doubled each time it needs to grow.
59 * Constructs an empty ByteBuffer with the specified initial capacity and
62 * @param initialCapacity the initial capacity of the ByteBuffer
68 public ByteBuffer(int initialCapacity, int capacityIncrement) { method in class:ByteBuffer
85 public ByteBuffer(int initialCapacity) { method in class:ByteBuffer
94 public ByteBuffer() { method in class:ByteBuffer
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DByteBuffer.java39 public class ByteBuffer { class
51 public ByteBuffer() { method in class:ByteBuffer
58 public ByteBuffer(int initialSize) { method in class:ByteBuffer

Completed in 55 milliseconds