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
Methods 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
(File outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix) Deprecated.FSOutputStreamFactory
(Path outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix)