Uses of Enum
org.apache.tika.batch.fs.FSOutputStreamFactory.COMPRESSION
-
Uses of FSOutputStreamFactory.COMPRESSION in org.apache.tika.batch.fs
Modifier 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.ModifierConstructorDescriptionFSOutputStreamFactory
(File outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix) Deprecated.FSOutputStreamFactory
(Path outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix)