Uses of Class
org.apache.tika.batch.fs.FSOutputStreamFactory.COMPRESSION
-
Packages that use FSOutputStreamFactory.COMPRESSION Package Description org.apache.tika.batch.fs -
-
Uses of FSOutputStreamFactory.COMPRESSION in org.apache.tika.batch.fs
Methods in org.apache.tika.batch.fs that return FSOutputStreamFactory.COMPRESSION Modifier and Type Method Description static FSOutputStreamFactory.COMPRESSIONFSOutputStreamFactory.COMPRESSION. valueOf(String name)Returns 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.COMPRESSION Constructor Description FSOutputStreamFactory(Path outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix)
-