Class DfsInserter.ReadBackStream
- java.lang.Object
-
- java.io.InputStream
-
- org.eclipse.jgit.internal.storage.dfs.DfsInserter.ReadBackStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- DfsInserter
private final class DfsInserter.ReadBackStream extends java.io.InputStream
-
-
Field Summary
Fields Modifier and Type Field Description private long
pos
-
Constructor Summary
Constructors Constructor Description ReadBackStream(long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] buf, int ptr, int len)
-