Class BinaryArrayFactory


  • public class BinaryArrayFactory
    extends BinarySerialiser
    Helper class to convert serialised one-dimensional arrays into the corresponding native n-dimensional arrays
    Author:
    rstein
    • Constructor Detail

      • BinaryArrayFactory

        protected BinaryArrayFactory()
    • Method Detail

      • put

        public static void put​(FastByteBuffer buffer,
                               java.lang.String fieldName,
                               double[][] matrix)
      • readDoubleMatrix

        public static double[][] readDoubleMatrix​(IoBuffer buffer,
                                                  FieldHeader fieldHeader)