/[classpath]/classpath/java/io/ObjectStreamConstants.java
ViewVC logotype

Diff of /classpath/java/io/ObjectStreamConstants.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.9 by cbj, Mon Mar 25 05:12:18 2002 UTC
# Line 54  public interface ObjectStreamConstants Line 54  public interface ObjectStreamConstants
54    final static short STREAM_MAGIC = (short)0xaced;    final static short STREAM_MAGIC = (short)0xaced;
55    final static short STREAM_VERSION = 5;    final static short STREAM_VERSION = 5;
56    
57    final static byte TC_NULL = (byte)112;    final static byte TC_NULL = (byte)112;            //0x70
58    final static byte TC_REFERENCE = (byte)113;    final static byte TC_REFERENCE = (byte)113;       //0x71
59    final static byte TC_CLASSDESC = (byte)114;    final static byte TC_CLASSDESC = (byte)114;       //0x72
60    final static byte TC_OBJECT = (byte)115;    final static byte TC_OBJECT = (byte)115;          //0x73
61    final static byte TC_STRING = (byte)116;    final static byte TC_STRING = (byte)116;          //0x74
62    final static byte TC_ARRAY = (byte)117;    final static byte TC_ARRAY = (byte)117;           //0x75
63    final static byte TC_CLASS = (byte)118;    final static byte TC_CLASS = (byte)118;           //0x76
64    final static byte TC_BLOCKDATA = (byte)119;    final static byte TC_BLOCKDATA = (byte)119;       //0x77
65    final static byte TC_ENDBLOCKDATA = (byte)120;    final static byte TC_ENDBLOCKDATA = (byte)120;    //0x78
66    final static byte TC_RESET = (byte)121;    final static byte TC_RESET = (byte)121;           //0x79
67    final static byte TC_BLOCKDATALONG = (byte)122;    final static byte TC_BLOCKDATALONG = (byte)122;   //0x7A
68    final static byte TC_EXCEPTION = (byte)123;    final static byte TC_EXCEPTION = (byte)123;       //0x7B
69      final static byte TC_LONGSTRING = (byte)124;      //0x7C
70      final static byte TC_PROXYCLASSDESC = (byte)125;  //0x7D
71    
72    final static byte TC_BASE = TC_NULL;    final static byte TC_BASE = TC_NULL;
73    final static byte TC_MAX = TC_EXCEPTION;    final static byte TC_MAX = TC_EXCEPTION;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26