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

Diff of /classpath/native/jni/java-io/java_io_FileOutputStream.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 52  exception statement from your version. * Line 52  exception statement from your version. *
52  /*************************************************************************/  /*************************************************************************/
53    
54  /*  /*
55   * Opens the file for writing   * Opens the file for writing.
56     *
57     * Class:     java_io_FileOutputStream
58     * Method:    open
59     * Signature: (Ljava/lang/String;Z)I
60   */   */
61    
62  JNIEXPORT jint JNICALL  JNIEXPORT jint JNICALL
# Line 78  Java_java_io_FileOutputStream_open(JNIEn Line 82  Java_java_io_FileOutputStream_open(JNIEn
82  /*************************************************************************/  /*************************************************************************/
83    
84  /*  /*
85   * Write bytes to file   * Write bytes to file.
86     *
87     * Class:     java_io_FileOutputStream
88     * Method:    writeInternal
89     * Signature: (I[BII)V
90   */   */
91    
92  JNIEXPORT void JNICALL  JNIEXPORT void JNICALL
# Line 91  Java_java_io_FileOutputStream_writeInter Line 99  Java_java_io_FileOutputStream_writeInter
99  /*************************************************************************/  /*************************************************************************/
100    
101  /*  /*
102   * Closes the file   * Closes the file.
103     *
104     * Class:     java_io_FileOutputStream
105     * Method:    closeInternal
106     * Signature: (I)V
107   */   */
108    
109  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