Class AnsiSymbolSeg.Decoder
- java.lang.Object
-
- com.automation_pros.odva.cip.path.AnsiSymbolSeg.Decoder
-
- All Implemented Interfaces:
PathSegmentDecoder
- Enclosing class:
- AnsiSymbolSeg
public static class AnsiSymbolSeg.Decoder extends java.lang.Object implements PathSegmentDecoder
Decode bytes expected to contain one encoded path segment.
-
-
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
-
-