Groovy Documentation

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


Property Summary
private FileImageContainer container

private java.lang.String outputFilePath

 
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
 

Property Detail

container

private FileImageContainer container


outputFilePath

private java.lang.String outputFilePath


 
Constructor Detail

SaveToFileCommand

public SaveToFileCommand(FileImageContainer container, java.lang.String outputFilePath)


 
Method Detail

execute

void execute(byte[] source, java.lang.String extension)


 

Groovy Documentation