Class ExifRewriter.JFIFPieceImageData

    • Constructor Summary

      Constructors 
      Constructor Description
      JFIFPieceImageData​(byte[] markerBytes, byte[] imageData)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void write​(java.io.OutputStream os)  
      • Methods inherited from class java.lang.Object

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

      • markerBytes

        public final byte[] markerBytes
      • imageData

        public final byte[] imageData
    • Constructor Detail

      • JFIFPieceImageData

        JFIFPieceImageData​(byte[] markerBytes,
                           byte[] imageData)
    • Method Detail

      • write

        protected void write​(java.io.OutputStream os)
                      throws java.io.IOException
        Specified by:
        write in class ExifRewriter.JFIFPiece
        Throws:
        java.io.IOException