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

Diff of /classpath/java/io/FileInputStream.java

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

revision 1.7 by rao, Thu Mar 16 19:21:08 2000 UTC revision 1.8 by cbj, Fri Sep 21 04:22:07 2001 UTC
# Line 27  executable file might be covered by the Line 27  executable file might be covered by the
27    
28  package java.io;  package java.io;
29    
30    import gnu.classpath.Configuration;
31    
32  /**  /**
33    * This class is a stream that reads its bytes from a file.    * This class is a stream that reads its bytes from a file.
34    *    *
# Line 43  public class FileInputStream extends Inp Line 45  public class FileInputStream extends Inp
45   * Class Variables and Initializers   * Class Variables and Initializers
46   */   */
47    
48  static    static
49  {    {
50    System.loadLibrary("javaio");      if (Configuration.INIT_LOAD_LIBRARY)
51  }        {
52            System.loadLibrary ("javaio");
53          }
54      }
55    
56  /*************************************************************************/  /*************************************************************************/
57    

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

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