Package omero.api

Class ByteArrayHelper


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

      Constructors 
      Constructor Description
      ByteArrayHelper()  
    • 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

      • ByteArrayHelper

        public ByteArrayHelper()
    • Method Detail

      • write

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

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