|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPixmap
An interface to read the preview image of a recording.
This interface represents the response to a IBackend.queryPixmapIfModified(IProgramInfo, Date, Long)
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
<0>LAST_MODIFIED: Mon Jan 09 11:33:48 CET 2012 | <1>DATA_SIZE: 92867 | <2>DATA_CHECKSUM: 2660 | <3>DATA_BASE64: iVBORw0KGgoAAAANSUhEUgAAAUAA...
QUERY_PIXMAP_GET_IF_MODIFIED
,
IBackend.queryPixmapIfModified(IProgramInfo, Date, Long)
,
IBackend.queryPixmap(IProgramInfo)
Nested Class Summary | |
---|---|
static class |
IPixmap.Props
The properties of an IPixmap response. |
Method Summary | |
---|---|
byte[] |
getData()
Gets the pixmap as byte array. |
String |
getDataBase64()
Gets the pixmap as base64 encoded string. |
String |
getDataCheckSum()
Gets the pixmap checksum. |
Long |
getDataSize()
Gets the data size in bytes. |
InputStream |
getDataStream()
Gets the pixmap as stream. |
BufferedImage |
getImage()
Gets the pixmap as image. |
Date |
getLastModified()
|
Methods inherited from interface org.jmythapi.IVersionable |
---|
getVersionNr |
Methods inherited from interface org.jmythapi.IPropertyAware |
---|
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
Method Detail |
---|
Date getLastModified()
Long getDataSize()
String getDataCheckSum()
String getDataBase64()
byte[] getData()
InputStream getDataStream()
BufferedImage getImage() throws IOException
IOException
- on io errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |