|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.eclipse.jgit.lib.ObjectStream
public abstract class ObjectStream
Stream of data coming from an object loaded by ObjectLoader
.
Nested Class Summary | |
---|---|
static class |
ObjectStream.Filter
Simple filter stream around another stream. |
static class |
ObjectStream.SmallStream
Simple stream around the cached byte array created by a loader. |
Constructor Summary | |
---|---|
ObjectStream()
|
Method Summary | |
---|---|
abstract long |
getSize()
|
abstract int |
getType()
|
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectStream()
Method Detail |
---|
public abstract int getType()
Constants
.public abstract long getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |