home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / NETSCAP4.06 / CP32E406.EXE / nav40.z / java40.jar / java / io / ObjectStreamClassEntry.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-08-13  |  422 b   |  12 lines

  1. package java.io;
  2.  
  3. import sun.misc.Ref;
  4.  
  5. class ObjectStreamClassEntry extends Ref {
  6.    ObjectStreamClassEntry next;
  7.  
  8.    public Object reconstitute() {
  9.       return null;
  10.    }
  11. }
  12.