src/share/classes/com/sun/tools/javac/util/ByteBuffer.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1339
0e5899f09dab
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
29 29
30 /** A byte buffer is a flexible array which grows when elements are 30 /** A byte buffer is a flexible array which grows when elements are
31 * appended. There are also methods to append names to byte buffers 31 * appended. There are also methods to append names to byte buffers
32 * and to convert byte buffers to names. 32 * and to convert byte buffers to names.
33 * 33 *
34 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 34 * <p><b>This is NOT part of any supported API.
35 * you write code that depends on this, you do so at your own risk. 35 * If you write code that depends on this, you do so at your own risk.
36 * This code and its internal interfaces are subject to change or 36 * This code and its internal interfaces are subject to change or
37 * deletion without notice.</b> 37 * deletion without notice.</b>
38 */ 38 */
39 public class ByteBuffer { 39 public class ByteBuffer {
40 40

mercurial