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

Diff of /classpath/java/io/FileOutputStream.java

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

revision 1.7 by tromey, Wed Sep 5 18:44:14 2001 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 classes allows a stream of data to be written to a disk file or    * This classes allows a stream of data to be written to a disk file or
34    * any open <code>FileDescriptor</code>.    * any open <code>FileDescriptor</code>.
# Line 44  public class FileOutputStream extends Ou Line 46  public class FileOutputStream extends Ou
46   * Class Variables and Initializers   * Class Variables and Initializers
47   */   */
48    
49  static    static
50  {    {
51    System.loadLibrary("javaio");      if (Configuration.INIT_LOAD_LIBRARY)
52  }        {
53            System.loadLibrary ("javaio");
54          }
55      }
56    
57  /*************************************************************************/  /*************************************************************************/
58    

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