Class PackInputStream
java.lang.Object
java.io.InputStream
org.eclipse.jgit.internal.storage.dfs.PackInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final DfsReader
private final DfsPackFile
private long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, reset, skip
-
Field Details
-
ctx
-
pack
-
pos
private long pos
-
-
Constructor Details
-
PackInputStream
PackInputStream(DfsPackFile pack, long pos, DfsReader ctx) throws IOException - Throws:
IOException
-
-
Method Details
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
-