public class OutputStreamWriter extends Writer
Constructor and Description |
---|
OutputStreamWriter(OutputStream var0) |
OutputStreamWriter(OutputStream var0,
String var1) |
public OutputStreamWriter(OutputStream var0)
public OutputStreamWriter(OutputStream var0, String var1) throws UnsupportedEncodingException
UnsupportedEncodingException
public void close() throws IOException
close
in class Writer
IOException
public void flush() throws IOException
flush
in class Writer
IOException
public String getEncoding()
public void write(char[] var0, int var1, int var2) throws IOException
write
in class Writer
IOException
public void write(int var0) throws IOException
write
in class Writer
IOException
public void write(String var0, int var1, int var2) throws IOException
write
in class Writer
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.