public abstract class ObjectStream extends InputStream
ObjectLoader
.Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
ObjectStream() |
Modifier and Type | Method and Description |
---|---|
abstract long |
getSize() |
abstract int |
getType() |
available, close, mark, markSupported, read, read, read, reset, skip
public abstract int getType()
Constants
.public abstract long getSize()
Copyright © 2017 Eclipse JGit Project. All rights reserved.