Uses of Class
org.eclipse.jgit.util.LfsFactory.LfsInputStream
-
Packages that use LfsFactory.LfsInputStream Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of LfsFactory.LfsInputStream in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return LfsFactory.LfsInputStream Modifier and Type Method Description LfsFactory.LfsInputStreamLfsFactory. 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.
-