/[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.11 by rveldema, Mon Apr 8 10:14:49 2002 UTC revision 1.12 by mark, Thu Jul 11 15:56:49 2002 UTC
# Line 75  public class FileInputStream extends Inp Line 75  public class FileInputStream extends Inp
75  /**  /**
76    * This is the native file handle for the file this stream is reading from    * This is the native file handle for the file this stream is reading from
77    */    */
78  private int native_fd;  private int native_fd = -1;
79    
80  /**  /**
81    * This variable keeps track of the total number of bytes read from    * This variable keeps track of the total number of bytes read from

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

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