Class Picture


  • public class Picture
    extends Object
    Author:
    Tom Baeyens
    • Field Detail

      • bytes

        protected byte[] bytes
      • mimeType

        protected String mimeType
    • Constructor Detail

      • Picture

        public Picture​(byte[] bytes,
                       String mimeType)
    • Method Detail

      • getBytes

        public byte[] getBytes()
      • getMimeType

        public String getMimeType()