|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.ByteListInfo
The ByteListInfo
class is used to represent image information.
Typical values include:
Constants.AR_BYTE_LIST_WIN30_BITMAP
Constants.AR_BYTE_LIST_JPEG
Constants.AR_BYTE_LIST_TIFF
Constants.AR_BYTE_LIST_TARGA
Constants.AR_BYTE_LIST_TARGA
Constructor Summary | |
protected |
ByteListInfo()
|
|
ByteListInfo(int nType,
byte[] byteArray)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
getType()
Retrieves type of image (for example, .jpeg). |
byte[] |
getValue()
Retrieves contents of image. |
void |
setType(int nType)
Sets type of image (for example, .jpeg). |
void |
setValue(byte[] val)
Sets contents of image. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ByteListInfo()
public ByteListInfo(int nType, byte[] byteArray)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public int getType()
public byte[] getValue()
public void setType(int nType)
public void setValue(byte[] val)
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |