Interface DataInterpreter<T>

    • Field Detail

      • STRING_BYTES

        static final DataInterpreter<java.lang.String> STRING_BYTES
      • STRING_CHARS

        static final DataInterpreter<java.lang.String> STRING_CHARS
      • STRING

        @Deprecated
        static final DataInterpreter<java.lang.String> STRING
        Deprecated.
        v56 Use one of the other alternatives
    • Method Detail

      • toByte

        static byte toByte​(byte[] bytes)
      • toBytes

        static byte[] toBytes​(byte value)
      • toBytes

        static byte[] toBytes​(char value)
      • toBytes

        static byte[] toBytes​(double value)
      • toBytes

        static byte[] toBytes​(float value)
      • toBytes

        static byte[] toBytes​(int value)
      • toBytes

        static byte[] toBytes​(long value)
      • toBytes

        static byte[] toBytes​(short value)
      • toChar

        static char toChar​(byte[] bytes)
      • toDouble

        static double toDouble​(byte[] bytes)
      • toFloat

        static float toFloat​(byte[] bytes)
      • toInt

        static int toInt​(byte[] bytes)
      • toLong

        static long toLong​(byte[] bytes)
      • toShort

        static short toShort​(byte[] bytes)
      • newReader

        default DataReader<T> newReader​(java.io.File file)
      • newWriter

        default DataWriter<T> newWriter​(java.io.File file)