Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.ems
Class LargePicture

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

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

public class LargePicture
extends EMSService

EMS service: large picture.

See Also:
EMSService, Serialized Form

Constructor Summary
LargePicture()

Method Summary
byte[] getBytes()
Gets array containing large picture header and data.
void setPicture(byte[] pixels)
Sets the picture.
int size()
Gets size of large 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

LargePicture

public LargePicture()

Method Detail

getBytes

public byte[] getBytes()
Gets array containing large picture header and data.
Overrides:
getBytes in class EMSService
Returns:
complete large picture.

setPicture

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

size

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.