org.codehaus.groovy.grails.web.util
Class StreamByteBuffer.StreamByteBufferOutputStream
java.lang.Object
java.io.OutputStream
org.codehaus.groovy.grails.web.util.StreamByteBuffer.StreamByteBufferOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- StreamByteBuffer
class StreamByteBuffer.StreamByteBufferOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamByteBuffer.StreamByteBufferOutputStream
StreamByteBuffer.StreamByteBufferOutputStream()
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class OutputStream
- Throws:
IOException
isClosed
public boolean isClosed()
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
getBuffer
public StreamByteBuffer getBuffer()
Copyright (c) 2005-2009 The Grails project