Package com.automation_pros.odva.encap
Class EncapList.Decoder
- java.lang.Object
-
- com.automation_pros.odva.encap.EncapList.Decoder
-
- All Implemented Interfaces:
EncapDecoder
- Enclosing class:
- EncapList
public static class EncapList.Decoder extends java.lang.Object implements EncapDecoder
Decode bytes expected to contain one encapsulated Ethernet/IP packet
-
-
Constructor Summary
Constructors Constructor Description Decoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Encap
decode(java.nio.ByteBuffer source)
-
-
-
Method Detail
-
decode
public Encap decode(java.nio.ByteBuffer source)
- Specified by:
decode
in interfaceEncapDecoder
-
-