Uses of Class
org.eclipse.jgit.util.io.AutoLFInputStream.StreamFlag
-
Packages that use AutoLFInputStream.StreamFlag Package Description org.eclipse.jgit.util.io Utility classes for IO (streams). -
-
Uses of AutoLFInputStream.StreamFlag in org.eclipse.jgit.util.io
Methods in org.eclipse.jgit.util.io that return AutoLFInputStream.StreamFlag Modifier and Type Method Description static AutoLFInputStream.StreamFlagAutoLFInputStream.StreamFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoLFInputStream.StreamFlag[]AutoLFInputStream.StreamFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.util.io with parameters of type AutoLFInputStream.StreamFlag Modifier and Type Method Description static AutoLFInputStreamAutoLFInputStream. create(InputStream in, AutoLFInputStream.StreamFlag... flags)Factory method for creating anAutoLFInputStreamwith the specifiedflags.Constructor parameters in org.eclipse.jgit.util.io with type arguments of type AutoLFInputStream.StreamFlag Constructor Description AutoLFInputStream(InputStream in, Set<AutoLFInputStream.StreamFlag> flags)Creates a new InputStream, wrapping the specified stream.
-