Class Util


  • public class Util
    extends java.lang.Object
    Contains helper-functions
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] bytesToStrings​(long[] offsets, byte[] data)
      Converts an input array of bytes to a list of Strings, according to the offsets
      • Methods inherited from class java.lang.Object

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

      • Util

        public Util()
    • Method Detail

      • bytesToStrings

        public static java.lang.String[] bytesToStrings​(long[] offsets,
                                                        byte[] data)
        Converts an input array of bytes to a list of Strings, according to the offsets
        Parameters:
        offsets - The offsets array
        data - THe data array
        Returns:
        The list of Strings