org.globus.util.http
Class HTTPChunkedOutputStream
java.lang.Object
java.io.OutputStream
org.globus.util.http.HTTPChunkedOutputStream
- public class HTTPChunkedOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
closed
protected boolean closed
count
protected int count
buf
protected byte[] buf
out
protected OutputStream out
HTTPChunkedOutputStream
public HTTPChunkedOutputStream(OutputStream out)
HTTPChunkedOutputStream
public HTTPChunkedOutputStream(OutputStream out,
int size)
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException