Uses of Enum Class
org.eclipse.jgit.util.io.AutoLFInputStream.StreamFlag
Packages that use AutoLFInputStream.StreamFlag
-
Uses of AutoLFInputStream.StreamFlag in org.eclipse.jgit.util.io
Methods in org.eclipse.jgit.util.io that return AutoLFInputStream.StreamFlagModifier and TypeMethodDescriptionstatic AutoLFInputStream.StreamFlagReturns the enum constant of this class with the specified name.static AutoLFInputStream.StreamFlag[]AutoLFInputStream.StreamFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.util.io with parameters of type AutoLFInputStream.StreamFlagModifier and TypeMethodDescriptionstatic 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.StreamFlagModifierConstructorDescriptionAutoLFInputStream(InputStream in, Set<AutoLFInputStream.StreamFlag> flags) Creates a new InputStream, wrapping the specified stream.