/[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.16 by mkoch, Sun Mar 23 10:53:30 2003 UTC revision 1.17 by mkoch, Sun Mar 23 11:22:27 2003 UTC
# Line 49  import gnu.java.nio.FileChannelImpl; Line 49  import gnu.java.nio.FileChannelImpl;
49   */   */
50  public class FileInputStream extends InputStream  public class FileInputStream extends InputStream
51  {  {
   /*  
    * Instance Variables  
    */  
52    
53    /**    /**
54      * 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
     */  
   private FileDescriptor fd;  
   
   /*************************************************************************/  
   
   /*  
    * Constructors  
55     */     */
56      private FileDescriptor fd;
57    
58    /**    /**
59     * This method initializes a <code>FileInputStream</code> to read from the     * This method initializes a <code>FileInputStream</code> to read from the
# Line 307  public class FileInputStream extends Inp Line 298  public class FileInputStream extends Inp
298        return ch;        return ch;
299    }    }
300    
   
301  } // class FileInputStream  } // class FileInputStream
302    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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