Class StaticHelper
- java.lang.Object
-
- org.apache.plc4x.java.eip.readwrite.utils.StaticHelper
-
public class StaticHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description StaticHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleannoMorePathSegments(ReadBuffer io)Tries to parse another PathSegment, if this works it returns false, if it doesn't it returns ture.
-
-
-
Method Detail
-
noMorePathSegments
public static boolean noMorePathSegments(ReadBuffer io)
Tries to parse another PathSegment, if this works it returns false, if it doesn't it returns ture.- Parameters:
io- readBuffer- Returns:
- false if there's another PathSegment, true if not.
-
-