Package org.eclipse.jgit.transport
Class PackParser.InflaterStream
java.lang.Object
java.io.InputStream
org.eclipse.jgit.transport.PackParser.InflaterStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- PackParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate longprivate final Inflaterprivate intprivate final byte[]private PackParser.Source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Field Details
-
inf
-
skipBuffer
private final byte[] skipBuffer -
src
-
expectedSize
private long expectedSize -
actualSize
private long actualSize -
p
private int p
-
-
Constructor Details
-
InflaterStream
InflaterStream()
-
-
Method Details
-
release
void release() -
open
- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-