/[classpath]/classpath/native/jni/java-io/java_io_FileInputStream.c
ViewVC logotype

Diff of /classpath/native/jni/java-io/java_io_FileInputStream.c

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

revision 1.2 by mark, Tue Jan 22 22:27:02 2002 UTC revision 1.3 by mark, Tue Aug 13 21:15:03 2002 UTC
# Line 53  exception statement from your version. * Line 53  exception statement from your version. *
53    
54  /*  /*
55   * Returns the length of the file being read.   * Returns the length of the file being read.
56     *
57     * Class:     java_io_FileInputStream
58     * Method:    getFileLength
59     * Signature: (I)J
60   */   */
61    
62  JNIEXPORT jlong JNICALL  JNIEXPORT jlong JNICALL
# Line 64  Java_java_io_FileInputStream_getFileLeng Line 68  Java_java_io_FileInputStream_getFileLeng
68  /*************************************************************************/  /*************************************************************************/
69    
70  /*  /*
71   * Method to skip bytes in a file   * Method to skip bytes in a file.
72     *
73     * Class:     java_io_FileInputStream
74     * Method:    skipInternal
75     * Signature: (IJ)J
76   */   */
77    
78  JNIEXPORT jlong JNICALL  JNIEXPORT jlong JNICALL
# Line 77  Java_java_io_FileInputStream_skipInterna Line 85  Java_java_io_FileInputStream_skipInterna
85  /*************************************************************************/  /*************************************************************************/
86    
87  /*  /*
88   * Opens the file for reading   * Opens the file for reading.
89     *
90     * Class:     java_io_FileInputStream
91     * Method:    open
92     * Signature: (Ljava/lang/String;)I
93   */   */
94    
95  JNIEXPORT jint JNICALL  JNIEXPORT jint JNICALL
# Line 89  Java_java_io_FileInputStream_open(JNIEnv Line 101  Java_java_io_FileInputStream_open(JNIEnv
101  /*************************************************************************/  /*************************************************************************/
102    
103  /*  /*
104   * Reads bytes from the file   * Reads bytes from the file.
105     *
106     * Class:     java_io_FileInputStream
107     * Method:    readInternal
108     * Signature: (I[BII)I
109   */   */
110    
111  JNIEXPORT jint JNICALL  JNIEXPORT jint JNICALL
# Line 102  Java_java_io_FileInputStream_readInterna Line 118  Java_java_io_FileInputStream_readInterna
118  /*************************************************************************/  /*************************************************************************/
119    
120  /*  /*
121   * Closes the file   * Closes the file.
122     *
123     * Class:     java_io_FileInputStream
124     * Method:    closeInternal
125     * Signature: (I)V
126   */   */
127    
128  JNIEXPORT void JNICALL  JNIEXPORT void JNICALL

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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