src.groovy.pl.burningice.plugins.image.container
Class SaveToDbCommand
java.lang.Object
src.groovy.pl.burningice.plugins.image.container.SaveToDbCommand
class SaveToDbCommand
Provide usability of saving images in DB
- author:
- pawel.gdula@burningice.pl
Property Summary |
private DBImageContainer |
container
|
private java.lang.String |
size
|
Constructor Summary |
SaveToDbCommand(DBImageContainer container, java.lang.String size)
|
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 DBImageContainer container
-
size
private java.lang.String size
-
SaveToDbCommand
public SaveToDbCommand(DBImageContainer container, java.lang.String size)
-
execute
public void execute(byte[] source, java.lang.String extension)
-
Groovy Documentation