Class ObjectStream
java.lang.Object
java.io.InputStream
org.eclipse.jgit.lib.ObjectStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Direct Known Subclasses:
ObjectStream.Filter, ObjectStream.SmallStream
Stream of data coming from an object loaded by
ObjectLoader.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSimple filter stream around another stream.static classSimple stream around the cached byte array created by a loader. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
Constructor Details
-
ObjectStream
public ObjectStream()
-
-
Method Details
-
getType
-
getSize
public abstract long getSize()Get total size of object in bytes- Returns:
- total size of object in bytes
-