Groovy Documentation

src.groovy.pl.burningice.plugins.image.file
Class LocalImageFile

java.lang.Object
  src.groovy.pl.burningice.plugins.image.file.ImageFile
      src.groovy.pl.burningice.plugins.image.file.LocalImageFile

class LocalImageFile
extends ImageFile

Representing files stored locally on the disk

author:
pawel.gdula@burningice.pl


Constructor Summary
LocalImageFile(java.io.File source)

Class constructor

 
Method Summary
private static byte[] fileToByteArray(java.io.File source)

 
Methods inherited from class ImageFile
getAsBufferedImage, getAsByteArray, getAsJaiStream, getEncoder, getExtension, getInputStream, getName, getSize
 

Constructor Detail

LocalImageFile

public LocalImageFile(java.io.File source)
Class constructor
param:
source Local file that is source image for this class
return:
LocalImageFile


 
Method Detail

fileToByteArray

private static byte[] fileToByteArray(java.io.File source)


 

Groovy Documentation