org.barracudamvc.plankton.io
Class BetterPipedOutputStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.barracudamvc.plankton.io.BetterPipedOutputStream
- public class BetterPipedOutputStream
- extends javax.servlet.ServletOutputStream
- Since:
- saw_032304_1
- Author:
- shawnw@atmreports.com
Methods inherited from class javax.servlet.ServletOutputStream |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.apache.log4j.Logger logger
sink
protected BetterPipedInputStream sink
closed
protected boolean closed
BetterPipedOutputStream
public BetterPipedOutputStream(BetterPipedInputStream snk)
throws IOException
BetterPipedOutputStream
public BetterPipedOutputStream()
connect
public void connect(BetterPipedInputStream snk)
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] bbuf,
int off,
int len)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2004 BarracudaMVC.org All Rights Reserved.