Class PackInputStream
java.lang.Object
java.io.InputStream
org.eclipse.jgit.internal.storage.file.PackInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
wc
-
pack
-
pos
private long pos
-
-
Constructor Details
-
PackInputStream
PackInputStream(Pack pack, long pos, WindowCursor wc) 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
-