Package omero.api

Class ShortArrayHelper


  • public final class ShortArrayHelper
    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

      • ShortArrayHelper

        public ShortArrayHelper()
    • Method Detail

      • write

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

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