Package org.eclipse.jgit.transport
Class BasePackPushConnection.CheckingSideBandOutputStream
java.lang.Object
java.io.OutputStream
org.eclipse.jgit.transport.BasePackPushConnection.CheckingSideBandOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
BasePackPushConnection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate IOException
void
flush()
void
write
(byte[] buf, int ptr, int cnt) void
write
(int b) Methods inherited from class java.io.OutputStream
close, write
-
Field Details
-
in
-
out
-
-
Constructor Details
-
CheckingSideBandOutputStream
CheckingSideBandOutputStream(InputStream in, OutputStream out)
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
checkError
-