Class JpegRewriter.JFIFPiece

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JFIFPiece()  
    • Method Summary

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

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

      • JFIFPiece

        protected JFIFPiece()
    • Method Detail

      • write

        protected abstract void write​(java.io.OutputStream os)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object