org.melati.template.webmacro
Class MelatiBufferedFastWriter
java.lang.Object
java.io.Writer
org.melati.util.MelatiWriter
org.melati.template.webmacro.MelatiFastWriter
org.melati.template.webmacro.MelatiBufferedFastWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, MelatiWebmacroWriter
public class MelatiBufferedFastWriter
- extends MelatiFastWriter
Writes to a buffered output object.
Method Summary |
void |
close()
|
void |
flush()
|
void |
reset()
Do nothing in the unbuffered case. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MelatiBufferedFastWriter
public MelatiBufferedFastWriter(org.webmacro.Broker broker,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Constructor.
- Throws:
IOException
MelatiBufferedFastWriter
public MelatiBufferedFastWriter(org.webmacro.Broker broker,
OutputStream output,
String encoding)
- Constructor.
close
public void close()
throws IOException
- Description copied from class:
MelatiWriter
-
- Specified by:
close
in interface Closeable
- Overrides:
close
in class MelatiWriter
- Throws:
IOException
- See Also:
Writer.close()
flush
public void flush()
throws IOException
- Description copied from class:
MelatiWriter
-
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class MelatiWriter
- Throws:
IOException
- See Also:
Writer.flush()
reset
public void reset()
throws IOException
- Description copied from class:
MelatiWriter
- Do nothing in the unbuffered case.
- Overrides:
reset
in class MelatiWriter
- Throws:
IOException
- in some implementations
Copyright © 2000-2010 PanEris. All Rights Reserved.