org.codehaus.groovy.grails.web.util
Class StreamCharBuffer.ConnectedWriter
java.lang.Object
org.codehaus.groovy.grails.web.util.StreamCharBuffer.ConnectedWriter
- Enclosing class:
- StreamCharBuffer
static final class StreamCharBuffer.ConnectedWriter
- extends Object
Simple holder class for the connected writer
- Author:
- Lari Hotari
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writer
Writer writer
lazyInitializingWriter
StreamCharBuffer.LazyInitializingWriter lazyInitializingWriter
autoFlush
final boolean autoFlush
StreamCharBuffer.ConnectedWriter
StreamCharBuffer.ConnectedWriter(Writer writer,
boolean autoFlush)
StreamCharBuffer.ConnectedWriter
StreamCharBuffer.ConnectedWriter(StreamCharBuffer.LazyInitializingWriter lazyInitializingWriter,
boolean autoFlush)
getWriter
Writer getWriter()
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
isAutoFlush
public boolean isAutoFlush()
Copyright (c) 2005-2009 The Grails project