public interface ResourceProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
isSupportedFile(String name) |
void |
process(String outputName,
com.google.common.io.ByteSource byteSource,
com.google.common.io.ByteSink byteSink,
boolean closeAtFinish) |
void |
process(String outputName,
InputStream in,
OutputStream out,
boolean closeAtFinish) |
boolean isSupportedFile(String name)
void process(String outputName, com.google.common.io.ByteSource byteSource, com.google.common.io.ByteSink byteSink, boolean closeAtFinish) throws IOException
IOException
void process(String outputName, InputStream in, OutputStream out, boolean closeAtFinish) throws IOException
IOException
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.