Class ExtLogSeg.Decoder
- java.lang.Object
-
- com.automation_pros.odva.cip.path.ExtLogSeg.Decoder
-
- All Implemented Interfaces:
PathSegmentDecoder
- Enclosing class:
- ExtLogSeg
public static class ExtLogSeg.Decoder extends java.lang.Object implements PathSegmentDecoder
Decode bytes expected to contain one encoded path segment. Look up the extended logical type to locate the correct decoder.
-
-
Constructor Summary
Constructors Constructor Description Decoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathSegment
decode(java.nio.ByteBuffer source, boolean padded)
-
-
-
Method Detail
-
decode
public PathSegment decode(java.nio.ByteBuffer source, boolean padded)
- Specified by:
decode
in interfacePathSegmentDecoder
-
-