Uses of Enum
org.eclipse.jgit.util.io.AutoLFInputStream.StreamFlag
Packages that use AutoLFInputStream.StreamFlag
-
Uses of AutoLFInputStream.StreamFlag in org.eclipse.jgit.util.io
Subclasses with type arguments of type AutoLFInputStream.StreamFlag in org.eclipse.jgit.util.ioModifier and TypeClassDescriptionstatic enumFlags for controlling auto-detection of binary vs.Methods in org.eclipse.jgit.util.io that return AutoLFInputStream.StreamFlagModifier and TypeMethodDescriptionstatic AutoLFInputStream.StreamFlagReturns 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.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.