src.groovy.pl.burningice.plugins.image.container
Class SaveToFileCommand
java.lang.Object
src.groovy.pl.burningice.plugins.image.container.SaveToFileCommand
class SaveToFileCommand
Provide usability of saving images in file
- author:
- pawel.gdula@burningice.pl
Constructor Summary |
SaveToFileCommand(FileImageContainer container, java.lang.String outputFilePath)
|
Method Summary |
void
|
execute(byte[] source, java.lang.String extension)
|
Methods inherited from class java.lang.Object
|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
container
private FileImageContainer container
-
outputFilePath
private java.lang.String outputFilePath
-
SaveToFileCommand
public SaveToFileCommand(FileImageContainer container, java.lang.String outputFilePath)
-
execute
void execute(byte[] source, java.lang.String extension)
-
Groovy Documentation