Uses of Class
org.eclipse.jgit.lib.ObjectStream
-
Packages that use ObjectStream Package Description org.eclipse.jgit.lfs org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of ObjectStream in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return ObjectStream Modifier and Type Method Description ObjectStream
LfsBlobLoader. openStream()
-
Uses of ObjectStream in org.eclipse.jgit.lib
Subclasses of ObjectStream in org.eclipse.jgit.lib Modifier and Type Class 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.Methods in org.eclipse.jgit.lib that return ObjectStream Modifier and Type Method Description ObjectStream
ObjectLoader.Filter. openStream()
abstract ObjectStream
ObjectLoader. openStream()
Obtain an input stream to read this object's data.ObjectStream
ObjectLoader.SmallObject. openStream()
-