Uses of Class
org.eclipse.jgit.lib.ObjectStream
Packages that use ObjectStream
Package
Description
High-level API commands (the porcelain of JGit).
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of ObjectStream in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return ObjectStream -
Uses of ObjectStream in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ObjectStreamModifier and TypeMethodDescriptionDfsInserter.StreamLoader.openStream()
LargePackedWholeObject.openStream()
Obtain an input stream to read this object's data. -
Uses of ObjectStream in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return ObjectStreamModifier and TypeMethodDescriptionLargePackedWholeObject.openStream()
Obtain an input stream to read this object's data.PackInserter.Reader.StreamLoader.openStream()
UnpackedObject.LargeObject.openStream()
-
Uses of ObjectStream in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return ObjectStream -
Uses of ObjectStream in org.eclipse.jgit.lib
Subclasses of ObjectStream in org.eclipse.jgit.libModifier and TypeClassDescriptionstatic class
Simple filter stream around another stream.static class
Simple stream around the cached byte array created by a loader.Methods in org.eclipse.jgit.lib that return ObjectStreamModifier and TypeMethodDescriptionObjectLoader.Filter.openStream()
abstract ObjectStream
ObjectLoader.openStream()
Obtain an input stream to read this object's data.ObjectLoader.SmallObject.openStream()