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

Diff of /classpath/java/io/ObjectInputStream.java

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

revision 1.19 by bryce, Fri Feb 16 00:59:15 2001 UTC revision 1.20 by cbj, Fri Sep 21 04:22:07 2001 UTC
# Line 39  import java.lang.reflect.Field; Line 39  import java.lang.reflect.Field;
39  import java.lang.reflect.Method;  import java.lang.reflect.Method;
40  import java.lang.reflect.InvocationTargetException;  import java.lang.reflect.InvocationTargetException;
41    
42    import gnu.classpath.Configuration;
43    
44  public class ObjectInputStream extends InputStream  public class ObjectInputStream extends InputStream
45    implements ObjectInput, ObjectStreamConstants    implements ObjectInput, ObjectStreamConstants
# Line 1396  public class ObjectInputStream extends I Line 1396  public class ObjectInputStream extends I
1396    
1397    static    static
1398    {    {
1399      System.loadLibrary ("javaio");      if (Configuration.INIT_LOAD_LIBRARY)
1400          {
1401            System.loadLibrary ("javaio");
1402          }
1403    }    }
1404    
   
1405    private void DEBUG (String msg)    private void DEBUG (String msg)
1406    {    {
1407      System.out.print (msg);      System.out.print (msg);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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