rabbit.handler
Class ImageHandlerBase.ImageConversionResult

java.lang.Object
  extended by rabbit.handler.ImageHandlerBase.ImageConversionResult
Enclosing class:
ImageHandlerBase

public static class ImageHandlerBase.ImageConversionResult
extends Object


Field Summary
 File convertedFile
           
 long convertedSize
           
 long origSize
           
 File typeFile
           
 
Constructor Summary
ImageHandlerBase.ImageConversionResult(long origSize, File convertedFile, File typeFile)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

origSize

public final long origSize

convertedSize

public final long convertedSize

convertedFile

public final File convertedFile

typeFile

public final File typeFile
Constructor Detail

ImageHandlerBase.ImageConversionResult

public ImageHandlerBase.ImageConversionResult(long origSize,
                                              File convertedFile,
                                              File typeFile)
Method Detail

toString

public String toString()
Overrides:
toString in class Object