Package | Description |
---|---|
jade.content.frame |
Though compatible with MIDP1.0 the JADE support for content languages and ontologies is not particularly lightweight and might cause memory problems on devices with limited resources. |
Modifier and Type | Method and Description |
---|---|
Frame |
LEAPFrameCodec.decode(byte[] content)
Transform a sequence of bytes encoded according to the LEAP
language into a Frame
|
Frame |
SLFrameCodec.decode(String content)
Transform a String encoded according to the SL
language into a Frame
|
String |
SLFrameCodec.encode(Frame content)
Transform a Frame into a String encoded according to the
SL language
|
byte[] |
LEAPFrameCodec.encode(Frame content)
Transform a Frame into a sequence of bytes encoded according to the
LEAP language
|