Uses of Class
org.eclipse.jgit.lib.ObjectStream
-
Packages that use ObjectStream Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lfs org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of ObjectStream in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ObjectStream Modifier and Type Method Description ObjectStreamDfsInserter.StreamLoader. openStream()ObjectStreamLargePackedWholeObject. 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 ObjectStream Modifier and Type Method Description ObjectStreamLargePackedWholeObject. openStream()Obtain an input stream to read this object's data.ObjectStreamPackInserter.Reader.StreamLoader. openStream()ObjectStreamUnpackedObject.LargeObject. openStream() -
Uses of ObjectStream in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return ObjectStream Modifier and Type Method Description ObjectStreamLfsBlobLoader. openStream() -
Uses of ObjectStream in org.eclipse.jgit.lib
Subclasses of ObjectStream in org.eclipse.jgit.lib Modifier and Type Class Description static classObjectStream.FilterSimple filter stream around another stream.static classObjectStream.SmallStreamSimple stream around the cached byte array created by a loader.Methods in org.eclipse.jgit.lib that return ObjectStream Modifier and Type Method Description ObjectStreamObjectLoader.Filter. openStream()abstract ObjectStreamObjectLoader. openStream()Obtain an input stream to read this object's data.ObjectStreamObjectLoader.SmallObject. openStream()
-