home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / NET / netscape / CP32E404.EXE / nav40p.z / java40.jar / java / io / ObjectInputValidation.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  261 b   |  6 lines

  1. package java.io;
  2.  
  3. public interface ObjectInputValidation {
  4.    void validateObject() throws InvalidObjectException;
  5. }
  6.