Uses of Class
org.eclipse.jgit.util.io.AutoLFInputStream
-
Packages that use AutoLFInputStream Package Description org.eclipse.jgit.util.io Utility classes for IO (streams). -
-
Uses of AutoLFInputStream in org.eclipse.jgit.util.io
Methods in org.eclipse.jgit.util.io that return AutoLFInputStream Modifier and Type Method Description static AutoLFInputStreamAutoLFInputStream. create(InputStream in, AutoLFInputStream.StreamFlag... flags)Factory method for creating anAutoLFInputStreamwith the specifiedflags.
-