Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.ems
Class SmallPicture

java.lang.Object
  extended byoracle.panama.messaging.common.ems.EMSService
      extended byoracle.panama.messaging.common.ems.SmallPicture

All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class SmallPicture
extends EMSService

EMS service: small picture.

See Also:
EMSService, Serialized Form

Constructor Summary
SmallPicture()

Method Summary
byte[] getBytes()
Gets complete Small Picture.
void setPicture(byte[] pixels)
Sets the small picture.
int size()
Gets size of the small picture.

Methods inherited from class oracle.panama.messaging.common.ems.EMSService
compareTo, getData, getLength, getPosition, setLength, setPosition

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SmallPicture

public SmallPicture()

Method Detail

getBytes

public byte[] getBytes()
Gets complete Small Picture.
Overrides:
getBytes in class EMSService
Returns:
header and data part of small picture as byte array.

setPicture

public void setPicture(byte[] pixels)
Sets the small picture.
Parameters:
pixels - containing picture data.

size

public int size()
Gets size of the small picture.
Overrides:
size in class EMSService
Returns:

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.