Class ByteArrayImageSource

  • All Implemented Interfaces:
    ImageSource

    public class ByteArrayImageSource
    extends java.lang.Object
    implements ImageSource
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] read()  
      • Methods inherited from class java.lang.Object

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

      • ByteArrayImageSource

        public ByteArrayImageSource​(byte[] bytes)
    • Method Detail

      • read

        public byte[] read()
        Specified by:
        read in interface ImageSource