Package java.io
Class Writer
java.lang.Object
java.io.Writer
- Direct Known Subclasses:
BufferedWriter
,CharArrayWriter
,FilterWriter
,OutputStreamWriter
,PipedWriter
,PrintWriter
,StringWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lock
-
-
Constructor Details
-
Writer
protected Writer() -
Writer
-
-
Method Details
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-