Uses of Class
org.eclipse.jgit.util.LfsFactory.LfsInputStream
Packages that use LfsFactory.LfsInputStream
-
Uses of LfsFactory.LfsInputStream in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return LfsFactory.LfsInputStreamModifier and TypeMethodDescriptionBuiltinLFS.applyCleanFilter(Repository db, InputStream input, long length, Attribute attribute) -
Uses of LfsFactory.LfsInputStream in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return LfsFactory.LfsInputStreamModifier and TypeMethodDescriptionLfsFactory.applyCleanFilter(Repository db, InputStream input, long length, Attribute attribute) Apply clean filtering to the given stream, writing the file content to the LFS storage if required and returning a stream to the LFS pointer instead.