Uses of Class
org.eclipse.jgit.internal.storage.file.WindowCursor
Packages that use WindowCursor
-
Uses of WindowCursor in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as WindowCursorMethods in org.eclipse.jgit.internal.storage.file with parameters of type WindowCursorModifier 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) (package private) void
Pack.copyPackAsIs
(PackOutputStream out, WindowCursor curs) private final byte[]
Pack.decompress
(long position, int sz, WindowCursor curs) (package private) ObjectLoader
Pack.get
(WindowCursor curs, AnyObjectId id) Get an object from this pack.(package private) byte[]
Pack.getDeltaHeader
(WindowCursor wc, long pos) private long
ObjectDirectory.getLooseSizeFromSelfOrAlternate
(WindowCursor curs, AnyObjectId id, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) long
CachedObjectDirectory.getObjectSize
(WindowCursor curs, AnyObjectId objectId) (package private) abstract long
FileObjectDatabase.getObjectSize
(WindowCursor curs, AnyObjectId objectId) (package private) long
ObjectDirectory.getObjectSize
(WindowCursor curs, AnyObjectId id) (package private) long
Pack.getObjectSize
(WindowCursor curs, long pos) (package private) long
Pack.getObjectSize
(WindowCursor curs, AnyObjectId id) private long
ObjectDirectory.getObjectSizeWithoutRestoring
(WindowCursor curs, AnyObjectId id) (package private) int
Pack.getObjectType
(WindowCursor curs, long pos) private long
ObjectDirectory.getPackedSizeFromSelfOrAlternate
(WindowCursor curs, AnyObjectId id, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) long
LooseObjects.getSize
(WindowCursor curs, AnyObjectId id) (package private) long
PackDirectory.getSize
(WindowCursor curs, AnyObjectId id) (package private) static long
UnpackedObject.getSize
(InputStream in, AnyObjectId id, WindowCursor wc) (package private) ObjectLoader
Pack.load
(WindowCursor curs, long pos) (package private) ObjectLoader
LooseObjects.open
(WindowCursor curs, AnyObjectId id) (package private) ObjectLoader
PackDirectory.open
(WindowCursor curs, AnyObjectId objectId) (package private) static ObjectLoader
UnpackedObject.open
(InputStream in, File path, AnyObjectId id, WindowCursor wc) private ObjectLoader
ObjectDirectory.openLooseFromSelfOrAlternate
(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) ObjectLoader
CachedObjectDirectory.openLooseObject
(WindowCursor curs, AnyObjectId id) (package private) abstract ObjectLoader
FileObjectDatabase.openLooseObject
(WindowCursor curs, AnyObjectId id) (package private) ObjectLoader
ObjectDirectory.openLooseObject
(WindowCursor curs, AnyObjectId id) (package private) ObjectLoader
CachedObjectDirectory.openObject
(WindowCursor curs, AnyObjectId objectId) private ObjectLoader
CachedObjectDirectory.openObject
(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) abstract ObjectLoader
FileObjectDatabase.openObject
(WindowCursor curs, AnyObjectId objectId) (package private) ObjectLoader
ObjectDirectory.openObject
(WindowCursor curs, AnyObjectId objectId) private ObjectLoader
ObjectDirectory.openObjectWithoutRestoring
(WindowCursor curs, AnyObjectId objectId) private ObjectLoader
ObjectDirectory.openPackedFromSelfOrAlternate
(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) ObjectLoader
ObjectDirectory.openPackedObject
(WindowCursor curs, AnyObjectId objectId) private void
Pack.readFully
(long position, byte[] dstbuf, int dstoff, int cnt, WindowCursor curs) (package private) LocalObjectRepresentation
Pack.representation
(WindowCursor curs, AnyObjectId objectId) (package private) void
CachedObjectDirectory.selectObjectRepresentation
(PackWriter packer, ObjectToPack otp, WindowCursor curs) (package private) abstract void
FileObjectDatabase.selectObjectRepresentation
(PackWriter packer, ObjectToPack otp, WindowCursor curs) (package private) void
ObjectDirectory.selectObjectRepresentation
(PackWriter packer, ObjectToPack otp, WindowCursor curs) private void
ObjectDirectory.selectObjectRepresentation
(PackWriter packer, ObjectToPack otp, WindowCursor curs, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) void
PackDirectory.selectRepresentation
(PackWriter packer, ObjectToPack otp, WindowCursor curs) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCursorModifierConstructorDescription(package private)
PackInputStream
(Pack pack, long pos, WindowCursor wc)