| Package | Description | 
|---|---|
| org.apache.tika.batch.fs | 
| Modifier and Type | Method and Description | 
|---|---|
| static FSOutputStreamFactory.COMPRESSION | FSOutputStreamFactory.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. | 
| Constructor and Description | 
|---|
| FSOutputStreamFactory(File outputRoot,
                     FSUtil.HANDLE_EXISTING handleExisting,
                     FSOutputStreamFactory.COMPRESSION compression,
                     String suffix)Deprecated.  | 
| FSOutputStreamFactory(Path outputRoot,
                     FSUtil.HANDLE_EXISTING handleExisting,
                     FSOutputStreamFactory.COMPRESSION compression,
                     String suffix) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.