Package omero

Class Bytes2DHelper


  • public final class Bytes2DHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Bytes2DHelper()  
    • Method Summary

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

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

      • Bytes2DHelper

        public Bytes2DHelper()
    • Method Detail

      • write

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

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