Package omero.api

Class DoubleArrayHelper


  • public final class DoubleArrayHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double[] read​(IceInternal.BasicStream __is)  
      static void write​(IceInternal.BasicStream __os, double[] __v)  
      • Methods inherited from class java.lang.Object

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

      • DoubleArrayHelper

        public DoubleArrayHelper()
    • Method Detail

      • write

        public static void write​(IceInternal.BasicStream __os,
                                 double[] __v)
      • read

        public static double[] read​(IceInternal.BasicStream __is)