|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ByteListValue
public class ByteListValue
The ByteListValue
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_GIF
Constants.AR_BYTE_LIST_PNG
Constructor Summary | |
---|---|
ByteListValue(int nType,
byte[] byteArray)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
getType()
Retrieves type of image (for example, .jpeg). |
byte[] |
getValue()
Retrieves contents of image. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setType(int nType)
Sets type of image (for example, .jpeg). |
void |
setValue(byte[] val)
Sets contents of image. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ByteListValue(int nType, byte[] byteArray)
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int getType()
public byte[] getValue()
public void setType(int nType)
public void setValue(byte[] val)
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |