| Package | Description |
|---|---|
| org.apache.tika.batch.fs | |
| org.apache.tika.batch.fs.builders |
| Modifier and Type | Field and Description |
|---|---|
private FSOutputStreamFactory.COMPRESSION |
FSOutputStreamFactory.compression |
| Modifier and Type | Method and Description |
|---|---|
static FSOutputStreamFactory.COMPRESSION |
FSOutputStreamFactory.COMPRESSION.valueOf(java.lang.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(java.io.File outputRoot,
FSUtil.HANDLE_EXISTING handleExisting,
FSOutputStreamFactory.COMPRESSION compression,
java.lang.String suffix)
Deprecated.
|
FSOutputStreamFactory(java.nio.file.Path outputRoot,
FSUtil.HANDLE_EXISTING handleExisting,
FSOutputStreamFactory.COMPRESSION compression,
java.lang.String suffix) |
| Modifier and Type | Method and Description |
|---|---|
private void |
BasicTikaFSConsumersBuilder.appendCompression(FSOutputStreamFactory.COMPRESSION compression,
java.lang.StringBuilder sb) |