Uses of Enum
org.apache.tika.batch.fs.FSOutputStreamFactory.COMPRESSION
Packages that use FSOutputStreamFactory.COMPRESSION
-
Uses of FSOutputStreamFactory.COMPRESSION in org.apache.tika.batch.fs
Subclasses with type arguments of type FSOutputStreamFactory.COMPRESSION in org.apache.tika.batch.fsMethods in org.apache.tika.batch.fs that return FSOutputStreamFactory.COMPRESSIONModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FSOutputStreamFactory.COMPRESSION[]FSOutputStreamFactory.COMPRESSION.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.batch.fs with parameters of type FSOutputStreamFactory.COMPRESSIONModifierConstructorDescriptionFSOutputStreamFactory(Path outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix)