Package org.eclipse.jgit.lib
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 class
Simple filter stream around another stream.static class
Simple stream around the cached byte array created by a loader. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo