net.sourceforge.dvb.projectx.subtitle
Class UnicodeWriter
java.lang.Object
|
+--net.sourceforge.dvb.projectx.subtitle.UnicodeWriter
- public class UnicodeWriter
- extends java.lang.Object
Constructor Summary |
UnicodeWriter(java.io.ByteArrayOutputStream _out,
boolean _useUTF16,
boolean _useUTF8)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
UnicodeWriter
public UnicodeWriter(java.io.ByteArrayOutputStream _out,
boolean _useUTF16,
boolean _useUTF8)
flush
public void flush()
throws java.io.IOException
close
public void close()
throws java.io.IOException
print
public void print(java.lang.String str)
throws java.io.IOException
println
public void println(java.lang.String str)
throws java.io.IOException
println
public void println()
throws java.io.IOException