src/share/classes/com/sun/tools/javac/jvm/ClassFile.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 826
5cf6c432ef2f
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
57 * </pre> 57 * </pre>
58 * <p>This class defines constants used in class files as well 58 * <p>This class defines constants used in class files as well
59 * as routines to convert between internal ``.'' and external ``/'' 59 * as routines to convert between internal ``.'' and external ``/''
60 * separators in class names. 60 * separators in class names.
61 * 61 *
62 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 62 * <p><b>This is NOT part of any supported API.
63 * you write code that depends on this, you do so at your own risk. 63 * If you write code that depends on this, you do so at your own risk.
64 * This code and its internal interfaces are subject to change or 64 * This code and its internal interfaces are subject to change or
65 * deletion without notice.</b> */ 65 * deletion without notice.</b> */
66 public class ClassFile { 66 public class ClassFile {
67 67
68 public final static int JAVA_MAGIC = 0xCAFEBABE; 68 public final static int JAVA_MAGIC = 0xCAFEBABE;

mercurial