Uses of Class
org.eclipse.jgit.internal.storage.pack.PackOutputStream
Packages that use PackOutputStream
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
-
Uses of PackOutputStream in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackOutputStreamModifier and TypeMethodDescription(package private) void
DfsCachedPack.copyAsIs
(PackOutputStream out, DfsReader ctx) (package private) void
DfsPackFile.copyAsIs
(PackOutputStream out, DfsObjectToPack src, boolean validate, DfsReader ctx) void
DfsReader.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation.(package private) void
DfsPackFile.copyPackAsIs
(PackOutputStream out, DfsReader ctx) void
DfsReader.copyPackAsIs
(PackOutputStream out, CachedPack pack) Append an entire pack's contents onto the output stream.private long
DfsPackFile.copyPackBypassCache
(PackOutputStream out, ReadableChannel rc) private void
DfsPackFile.copyPackThroughCache
(PackOutputStream out, DfsReader ctx, ReadableChannel rc) private ByteBuffer
DfsPackFile.newCopyBuffer
(PackOutputStream out, ReadableChannel rc) (package private) void
DfsBlock.write
(PackOutputStream out, long pos, int cnt) void
DfsReader.writeObjects
(PackOutputStream out, List<ObjectToPack> list) Write objects to the pack stream in roughly the order given. -
Uses of PackOutputStream in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackOutputStreamModifier and TypeMethodDescription(package private) void
LocalCachedPack.copyAsIs
(PackOutputStream out, WindowCursor wc) (package private) final void
Pack.copyAsIs
(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs) private void
Pack.copyAsIs2
(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs) void
WindowCursor.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation.(package private) void
Pack.copyPackAsIs
(PackOutputStream out, WindowCursor curs) (package private) void
WindowCursor.copyPackAsIs
(Pack pack, long length, PackOutputStream out) void
WindowCursor.copyPackAsIs
(PackOutputStream out, CachedPack pack) Append an entire pack's contents onto the output stream.(package private) void
ByteArrayWindow.write
(PackOutputStream out, long pos, int cnt) (package private) void
ByteBufferWindow.write
(PackOutputStream out, long pos, int cnt) (package private) abstract void
ByteWindow.write
(PackOutputStream out, long pos, int cnt) void
WindowCursor.writeObjects
(PackOutputStream out, List<ObjectToPack> list) Write objects to the pack stream in roughly the order given. -
Uses of PackOutputStream in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackOutputStreamModifier and TypeMethodDescriptionvoid
ObjectReuseAsIs.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation.void
ObjectReuseAsIs.copyPackAsIs
(PackOutputStream out, CachedPack pack) Append an entire pack's contents onto the output stream.private void
PackWriter.writeBase
(PackOutputStream out, ObjectToPack base) private void
PackWriter.writeChecksum
(PackOutputStream out) private void
PackWriter.writeDeltaObjectDeflate
(PackOutputStream out, ObjectToPack otp) (package private) void
PackWriter.writeObject
(PackOutputStream out, ObjectToPack otp) private void
PackWriter.writeObjectImpl
(PackOutputStream out, ObjectToPack otp) void
ObjectReuseAsIs.writeObjects
(PackOutputStream out, List<ObjectToPack> list) Write objects to the pack stream in roughly the order given.private void
PackWriter.writeObjects
(PackOutputStream out) private void
PackWriter.writeObjects
(PackOutputStream out, List<ObjectToPack> list) private void
PackWriter.writeWholeObjectDeflate
(PackOutputStream out, ObjectToPack otp)