Class HTTPChunkedOutputStream
java.lang.Object
java.io.OutputStream
org.globus.util.http.HTTPChunkedOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected booleanprotected intprotected OutputStream -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OutputStream
nullOutputStream
-
Field Details
-
closed
protected boolean closed -
count
protected int count -
buf
protected byte[] buf -
out
-
-
Constructor Details
-
HTTPChunkedOutputStream
-
HTTPChunkedOutputStream
-
-
Method Details
-
flushBuffer
- Throws:
IOException
-
checkNotClosed
- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-