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) voidLocalCachedPack.copyAsIs(PackOutputStream out, WindowCursor wc) (package private) final voidPack.copyAsIs(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs) private voidPack.copyAsIs2(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs) (package private) voidPack.copyPackAsIs(PackOutputStream out, WindowCursor curs) private final byte[]Pack.decompress(long position, int sz, WindowCursor curs) (package private) ObjectLoaderPack.get(WindowCursor curs, AnyObjectId id) Get an object from this pack.(package private) byte[]Pack.getDeltaHeader(WindowCursor wc, long pos) private longObjectDirectory.getLooseSizeFromSelfOrAlternate(WindowCursor curs, AnyObjectId id, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) ObjectLoaderLooseObjects.getObjectLoader(WindowCursor curs, File path, AnyObjectId id) Provides a loader for an objectId(package private) longCachedObjectDirectory.getObjectSize(WindowCursor curs, AnyObjectId objectId) (package private) abstract longFileObjectDatabase.getObjectSize(WindowCursor curs, AnyObjectId objectId) (package private) longObjectDirectory.getObjectSize(WindowCursor curs, AnyObjectId id) (package private) longPack.getObjectSize(WindowCursor curs, long pos) (package private) longPack.getObjectSize(WindowCursor curs, AnyObjectId id) private longObjectDirectory.getObjectSizeWithoutRestoring(WindowCursor curs, AnyObjectId id) (package private) intPack.getObjectType(WindowCursor curs, long pos) private longObjectDirectory.getPackedSizeFromSelfOrAlternate(WindowCursor curs, AnyObjectId id, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) longLooseObjects.getSize(WindowCursor curs, AnyObjectId id) (package private) longPackDirectory.getSize(WindowCursor curs, AnyObjectId id) (package private) static longUnpackedObject.getSize(InputStream in, AnyObjectId id, WindowCursor wc) (package private) ObjectLoaderPack.load(WindowCursor curs, long pos) (package private) ObjectLoaderLooseObjects.open(WindowCursor curs, AnyObjectId id) (package private) ObjectLoaderPackDirectory.open(WindowCursor curs, AnyObjectId objectId) (package private) static ObjectLoaderUnpackedObject.open(InputStream in, File path, AnyObjectId id, WindowCursor wc) private ObjectLoaderObjectDirectory.openLooseFromSelfOrAlternate(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) ObjectLoaderCachedObjectDirectory.openLooseObject(WindowCursor curs, AnyObjectId id) (package private) abstract ObjectLoaderFileObjectDatabase.openLooseObject(WindowCursor curs, AnyObjectId id) (package private) ObjectLoaderObjectDirectory.openLooseObject(WindowCursor curs, AnyObjectId id) (package private) ObjectLoaderCachedObjectDirectory.openObject(WindowCursor curs, AnyObjectId objectId) private ObjectLoaderCachedObjectDirectory.openObject(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) abstract ObjectLoaderFileObjectDatabase.openObject(WindowCursor curs, AnyObjectId objectId) (package private) ObjectLoaderObjectDirectory.openObject(WindowCursor curs, AnyObjectId objectId) private ObjectLoaderObjectDirectory.openObjectWithoutRestoring(WindowCursor curs, AnyObjectId objectId) private ObjectLoaderObjectDirectory.openPackedFromSelfOrAlternate(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) ObjectLoaderObjectDirectory.openPackedObject(WindowCursor curs, AnyObjectId objectId) private voidPack.readFully(long position, byte[] dstbuf, int dstoff, int cnt, WindowCursor curs) (package private) LocalObjectRepresentationPack.representation(WindowCursor curs, AnyObjectId objectId) (package private) voidCachedObjectDirectory.selectObjectRepresentation(PackWriter packer, ObjectToPack otp, WindowCursor curs) (package private) abstract voidFileObjectDatabase.selectObjectRepresentation(PackWriter packer, ObjectToPack otp, WindowCursor curs) (package private) voidObjectDirectory.selectObjectRepresentation(PackWriter packer, ObjectToPack otp, WindowCursor curs) private voidObjectDirectory.selectObjectRepresentation(PackWriter packer, ObjectToPack otp, WindowCursor curs, Set<ObjectDirectory.AlternateHandle.Id> skips) (package private) voidPackDirectory.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)