Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Interface DeliverableContentItem


public interface DeliverableContentItem

DeliverableContentItem, representing individual downloadable mobile content pieces, such as MIDLet JAD File, MIDLet JAR File, Ringtone.


Method Summary
 byte[] getData()
          get raw binary content itself
 long getDataLength()
          Get the total length of binary content
 DeliverableContent getDeliverableContent()
          Get the DeliverableContent this binary content item belongs to
 java.lang.String getMimeType()
          MiME-Type associated with this binary content item

 

Method Detail

getData

public byte[] getData()
get raw binary content itself
Returns:
byte array, content in binary format

getDataLength

public long getDataLength()
Get the total length of binary content
Returns:
length of binary content

getDeliverableContent

public DeliverableContent getDeliverableContent()
Get the DeliverableContent this binary content item belongs to
Returns:
DeliverableContent

getMimeType

public java.lang.String getMimeType()
MiME-Type associated with this binary content item
Returns:
MIME-TYPE String

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.