|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rrdService.util.RoundRobinImage
The class RoundRobinImage allows to transmits a image to the client
Field Summary | |
private byte[] |
image
The image under a string representation |
private java.lang.String |
imageName
Name of this image |
Constructor Summary | |
RoundRobinImage(java.io.File imageFile)
Constructor of a RoundRobinImage |
Method Summary | |
java.lang.String |
getName()
Returns the name of this image |
void |
serialize(java.io.File directory)
Serialize this image into the specific directory |
Methods inherited from class java.lang.Object |
|
Field Detail |
private byte[] image
private java.lang.String imageName
Constructor Detail |
public RoundRobinImage(java.io.File imageFile) throws java.lang.Exception
Method Detail |
public java.lang.String getName()
public void serialize(java.io.File directory) throws java.lang.Exception
directory
- the directory where serialize this image
|
Copyright 1885-2001 FIRMENICH SA, Geneva | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |