Package org.eclipse.packager.io
Class FileSystemSpoolOutTarget
java.lang.Object
org.eclipse.packager.io.FileSystemSpoolOutTarget
- All Implemented Interfaces:
SpoolOutTarget
A spool out target based on the local file system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidspoolOut(String fileName, String mimeType, IOConsumer<OutputStream> streamConsumer)
-
Constructor Details
-
FileSystemSpoolOutTarget
-
-
Method Details
-
spoolOut
public void spoolOut(String fileName, String mimeType, IOConsumer<OutputStream> streamConsumer) throws IOException - Specified by:
spoolOutin interfaceSpoolOutTarget- Throws:
IOException
-