|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BooleanCodec
| Field Summary |
|---|
| Method Summary | |
|---|---|
Boolean |
decode(InputContext ctx,
int parameterizedJmfType)
|
boolean |
decodePrimitive(InputContext ctx)
|
void |
encode(OutputContext ctx,
Boolean v)
|
void |
encodePrimitive(OutputContext ctx,
boolean v)
|
| Methods inherited from interface org.granite.messaging.jmf.codec.PrimitiveCodec |
|---|
getPrimitiveClass, getPrimitiveType |
| Methods inherited from interface org.granite.messaging.jmf.codec.BijectiveCodec |
|---|
getObjectClass |
| Methods inherited from interface org.granite.messaging.jmf.codec.StandardCodec |
|---|
dump, getObjectType |
| Method Detail |
|---|
void encodePrimitive(OutputContext ctx,
boolean v)
throws IOException
IOException
boolean decodePrimitive(InputContext ctx)
throws IOException
IOException
void encode(OutputContext ctx,
Boolean v)
throws IOException
encode in interface StandardCodec<Boolean>IOException
Boolean decode(InputContext ctx,
int parameterizedJmfType)
throws IOException
decode in interface StandardCodec<Boolean>IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||