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 long
private long
private final Inflater
private int
private final byte[]
private PackParser.Source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, reset
-
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:
skip
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-