java.io
Class OutputStreamWriter

java.lang.Object
  extended by java.io.Writer
      extended by lejos.io.LejosOutputStreamWriter
          extended by java.io.OutputStreamWriter

public class OutputStreamWriter
extends LejosOutputStreamWriter


Constructor Summary
OutputStreamWriter(OutputStream os)
           
OutputStreamWriter(OutputStream os, String charset)
           
 
Method Summary
 
Methods inherited from class lejos.io.LejosOutputStreamWriter
append, append, close, flush, write, write, write
 
Methods inherited from class java.io.Writer
append, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamWriter

public OutputStreamWriter(OutputStream os)

OutputStreamWriter

public OutputStreamWriter(OutputStream os,
                          String charset)
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException