|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecoderException | |
|---|---|
| com.kuka.comm.codec | Contains base classes for encoding and decoding messages. |
| com.kuka.comm.codec.bytebuffer | This package contains Encoders and Decoders dealing with
ByteBuffers. |
| Uses of DecoderException in com.kuka.comm.codec |
|---|
| Methods in com.kuka.comm.codec that throw DecoderException | |
|---|---|
O |
Decoder.decode(I in)
Decodes the given input and returns the resulting object. |
protected abstract O |
Decoder.decodeImpl(I in)
Realization of the decoding method to be implemented in subclasses. |
protected O |
SwitchDecoder.decodeImpl(M in)
|
| Uses of DecoderException in com.kuka.comm.codec.bytebuffer |
|---|
| Methods in com.kuka.comm.codec.bytebuffer that throw DecoderException | |
|---|---|
protected ByteBuffer |
TokenDecoder.decodeImpl(ByteBuffer in)
|
protected ByteBuffer |
LengthDecoder.decodeImpl(ByteBuffer in)
|
protected ByteBuffer |
EnclosingTokenDecoder.decodeImpl(ByteBuffer in)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||