Package omero.api

Class ShortArrayArrayHelper


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

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

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

      • ShortArrayArrayHelper

        public ShortArrayArrayHelper()
    • Method Detail

      • write

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

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