Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableOutputStream
-
Packages that use ReftableOutputStream Package Description org.eclipse.jgit.internal.storage.reftable -
-
Uses of ReftableOutputStream in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable declared as ReftableOutputStream Modifier and Type Field Description private ReftableOutputStream
ReftableWriter. out
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableOutputStream Modifier and Type Method Description (package private) void
BlockWriter.Entry. writeKey(ReftableOutputStream os)
(package private) void
BlockWriter. writeTo(ReftableOutputStream os)
(package private) void
BlockWriter.DeleteLogEntry. writeValue(ReftableOutputStream os)
(package private) abstract void
BlockWriter.Entry. writeValue(ReftableOutputStream os)
(package private) void
BlockWriter.IndexEntry. writeValue(ReftableOutputStream os)
(package private) void
BlockWriter.LogEntry. writeValue(ReftableOutputStream os)
(package private) void
BlockWriter.ObjEntry. writeValue(ReftableOutputStream os)
(package private) void
BlockWriter.RefEntry. writeValue(ReftableOutputStream os)
Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableOutputStream Constructor Description Stats(ReftableWriter w, ReftableOutputStream o)
-