Class DfsInserter.ReadBackStream
java.lang.Object
java.io.InputStream
org.eclipse.jgit.internal.storage.dfs.DfsInserter.ReadBackStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- DfsInserter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
pos
private long pos
-
-
Constructor Details
-
ReadBackStream
ReadBackStream(long offset)
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-