Class ByteOrderConverter

  • All Implemented Interfaces:
    IStringConverter<java.nio.ByteOrder>

    public final class ByteOrderConverter
    extends java.lang.Object
    implements IStringConverter<java.nio.ByteOrder>
    Converts a String to a ByteOrder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.ByteOrder convert​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteOrderConverter

        public ByteOrderConverter()
    • Method Detail

      • convert

        public java.nio.ByteOrder convert​(java.lang.String value)
        Specified by:
        convert in interface IStringConverter<java.nio.ByteOrder>
        Returns:
        an object of type T created from the parameter value.