Statements (23)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:class
|
gptkbp:bfsLayer |
4
|
gptkbp:bfsParent |
gptkb:File_Descriptor
gptkb:Writer_class gptkb:Java_API_for_I/_O |
gptkbp:belongs_to |
gptkb:java.io_package
|
gptkbp:constructor |
File Writer(File file)
File Writer(File file, boolean append) File Writer(String file Name) File Writer(String file Name, boolean append) |
gptkbp:has_expansion |
gptkb:Output_Stream_Writer
|
https://www.w3.org/2000/01/rdf-schema#label |
File Writer
|
gptkbp:implements |
Flushable
Closeable |
gptkbp:technique |
close()
append(char c) flush() write(char[] cbuf) append(Char Sequence csq) write(String str) write(String str, int off, int len) write(int c) append(Char Sequence csq, int start, int end) |