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()
Get total size of object in bytes
|
abstract int |
getType()
Get Git object type, see
Constants . |
available, close, mark, markSupported, read, read, read, reset, skip
Copyright © 2020 Eclipse JGit Project. All rights reserved.