Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract ObjectStream |
ObjectLoader.openStream()
Obtain an input stream to read this object's data.
|
ObjectStream |
ObjectLoader.SmallObject.openStream() |
ObjectStream |
ObjectLoader.Filter.openStream() |
Copyright © 2018 Eclipse JGit Project. All rights reserved.