|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
lejos.io.LejosOutputStreamWriter
java.io.OutputStreamWriter
public class OutputStreamWriter
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputStreamWriter(OutputStream os)
public OutputStreamWriter(OutputStream os, String charset) throws UnsupportedEncodingException
UnsupportedEncodingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |