Class ImageWithInfo


  • public class ImageWithInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] data
      Image data
      ImageInfo info  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • data

        public final byte[] data
        Image data
    • Constructor Detail

      • ImageWithInfo

        public ImageWithInfo​(byte[] data,
                             ImageInfo info)