Package org.eclipse.jgit.transport
Class TransportHttp.Service.HttpExecuteStream
java.lang.Object
java.io.InputStream
org.eclipse.jgit.transport.TransportHttp.Service.HttpExecuteStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- TransportHttp.Service
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
HttpExecuteStream
HttpExecuteStream()
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-