org.abstracthorizon.danube.http.util
Class EncodingPrintWrtier
java.lang.Object
java.io.Writer
java.io.PrintWriter
org.abstracthorizon.danube.http.util.EncodingPrintWrtier
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class EncodingPrintWrtier
- extends PrintWriter
Methods inherited from class java.io.PrintWriter |
append, append, append, checkError, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cachedOut
protected BufferlessOutputStreamWriter cachedOut
EncodingPrintWrtier
public EncodingPrintWrtier(OutputStream outputStream,
String encoding)
throws IllegalCharsetNameException,
UnsupportedEncodingException
- Throws:
IllegalCharsetNameException
UnsupportedEncodingException
close
public void close()
- Specified by:
close
in interface Closeable
- Overrides:
close
in class PrintWriter
resetInternals
public void resetInternals()
setEncoding
public void setEncoding(String encoding)
throws UnsupportedEncodingException,
IllegalCharsetNameException
- Throws:
UnsupportedEncodingException
IllegalCharsetNameException
getEcoding
public String getEcoding()
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.