Class UploadPack.ResponseBufferedOutputStream
java.lang.Object
java.io.OutputStream
org.eclipse.jgit.transport.UploadPack.ResponseBufferedOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
- Enclosing class:
UploadPack
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rawOut
-
out
-
-
Constructor Details
-
ResponseBufferedOutputStream
ResponseBufferedOutputStream(OutputStream rawOut)
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
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
-
stopBuffering
- Throws:
IOException
-