Package org.apache.tika.pipes.emitter
Interface StreamEmitter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemit(String emitKey, InputStream inputStream, Metadata userMetadata)
-
-
-
Method Detail
-
emit
void emit(String emitKey, InputStream inputStream, Metadata userMetadata) throws IOException, TikaEmitterException
- Throws:
IOExceptionTikaEmitterException
-
-