java.io
Class OutputStreamWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
- Direct Known Subclasses:
- FileWriter
public class OutputStreamWriter
- extends Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStreamWriter
public OutputStreamWriter(OutputStream var0)
OutputStreamWriter
public OutputStreamWriter(OutputStream var0,
String var1)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
close
public void close()
throws IOException
- Specified by:
close
in class Writer
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in class Writer
- Throws:
IOException
getEncoding
public String getEncoding()
write
public void write(char[] var0,
int var1,
int var2)
throws IOException
- Specified by:
write
in class Writer
- Throws:
IOException
write
public void write(int var0)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
write
public void write(String var0,
int var1,
int var2)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.