/[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.10 by rveldema, Mon Apr 8 10:14:49 2002 UTC revision 1.11 by mark, Thu Jul 11 15:56:49 2002 UTC
# Line 76  public class FileOutputStream extends Ou Line 76  public class FileOutputStream extends Ou
76  /**  /**
77    * This is the native file handle    * This is the native file handle
78    */    */
79  private int native_fd;  private int native_fd = -1;
80    
81  /*************************************************************************/  /*************************************************************************/
82    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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