home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Pearl Edition) / 98CD05.iso / NET / NETSCAP4.50 / CP32E45.EXE / comm.z / java40.jar / java / io / ObjectStreamClassEntry.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-07-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.