public class FileSystemSpoolOutTarget extends Object implements SpoolOutTarget
| Constructor and Description |
|---|
FileSystemSpoolOutTarget(Path basePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
spoolOut(String fileName,
String mimeType,
IOConsumer<OutputStream> streamConsumer) |
public FileSystemSpoolOutTarget(Path basePath)
public void spoolOut(String fileName, String mimeType, IOConsumer<OutputStream> streamConsumer) throws IOException
spoolOut in interface SpoolOutTargetIOExceptionCopyright © 2016. All rights reserved.