Uses of Class
org.eclipse.jgit.internal.storage.pack.PackOutputStream
-
Packages that use PackOutputStream 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.internal.storage.pack 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 PackOutputStream Modifier and Type Method Description (package private) voidDfsCachedPack. copyAsIs(PackOutputStream out, DfsReader ctx)(package private) voidDfsPackFile. copyAsIs(PackOutputStream out, DfsObjectToPack src, boolean validate, DfsReader ctx)voidDfsReader. copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)Output a previously selected representation.(package private) voidDfsPackFile. copyPackAsIs(PackOutputStream out, DfsReader ctx)voidDfsReader. copyPackAsIs(PackOutputStream out, CachedPack pack)Append an entire pack's contents onto the output stream.private longDfsPackFile. copyPackBypassCache(PackOutputStream out, ReadableChannel rc)private voidDfsPackFile. copyPackThroughCache(PackOutputStream out, DfsReader ctx, ReadableChannel rc)private java.nio.ByteBufferDfsPackFile. newCopyBuffer(PackOutputStream out, ReadableChannel rc)(package private) voidDfsBlock. write(PackOutputStream out, long pos, int cnt)voidDfsReader. writeObjects(PackOutputStream out, java.util.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 PackOutputStream Modifier and Type Method Description (package private) voidLocalCachedPack. copyAsIs(PackOutputStream out, WindowCursor wc)(package private) voidPack. copyAsIs(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs)private voidPack. copyAsIs2(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs)voidWindowCursor. copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)Output a previously selected representation.(package private) voidPack. copyPackAsIs(PackOutputStream out, WindowCursor curs)(package private) voidWindowCursor. copyPackAsIs(Pack pack, long length, PackOutputStream out)voidWindowCursor. copyPackAsIs(PackOutputStream out, CachedPack pack)Append an entire pack's contents onto the output stream.(package private) voidByteArrayWindow. write(PackOutputStream out, long pos, int cnt)(package private) voidByteBufferWindow. write(PackOutputStream out, long pos, int cnt)(package private) abstract voidByteWindow. write(PackOutputStream out, long pos, int cnt)voidWindowCursor. writeObjects(PackOutputStream out, java.util.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 PackOutputStream Modifier and Type Method Description voidObjectReuseAsIs. copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)Output a previously selected representation.voidObjectReuseAsIs. copyPackAsIs(PackOutputStream out, CachedPack pack)Append an entire pack's contents onto the output stream.private voidPackWriter. writeBase(PackOutputStream out, ObjectToPack base)private voidPackWriter. writeChecksum(PackOutputStream out)private voidPackWriter. writeDeltaObjectDeflate(PackOutputStream out, ObjectToPack otp)(package private) voidPackWriter. writeObject(PackOutputStream out, ObjectToPack otp)private voidPackWriter. writeObjectImpl(PackOutputStream out, ObjectToPack otp)voidObjectReuseAsIs. writeObjects(PackOutputStream out, java.util.List<ObjectToPack> list)Write objects to the pack stream in roughly the order given.private voidPackWriter. writeObjects(PackOutputStream out)private voidPackWriter. writeObjects(PackOutputStream out, java.util.List<ObjectToPack> list)private voidPackWriter. writeWholeObjectDeflate(PackOutputStream out, ObjectToPack otp)
-