Class StaticHelper
- java.lang.Object
-
- org.apache.plc4x.java.opcua.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 intpascalLengthToUtf8Length(int slength)static intutf8LengthToPascalLength(String stringValue)
-
-
-
Method Detail
-
utf8LengthToPascalLength
public static int utf8LengthToPascalLength(String stringValue)
-
pascalLengthToUtf8Length
public static int pascalLengthToUtf8Length(int slength)
-
-