|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcomics.core.ComicImage
This class holds a byte[] with the image for the comic retrieved and a String with the original filename for the image.
| Constructor Summary | |
ComicImage(java.lang.String aFilename,
byte[] aImage)
The constructor initializes the filename and image variables. |
|
| Method Summary | |
java.lang.String |
getFilename()
This method reports on the original filename of the comic image. |
byte[] |
getImage()
This method reports on the byte[] that constitutes the image file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComicImage(java.lang.String aFilename,
byte[] aImage)
aFilename - String with the original filename of the comic image.aImage - byte[] with the binary contents of the image file.| Method Detail |
public java.lang.String getFilename()
public byte[] getImage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||