Class JpegRewriter.JFIFPiece
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.xmp.JpegRewriter.JFIFPiece
-
- Direct Known Subclasses:
JpegRewriter.JFIFPieceSegment
- Enclosing class:
- JpegRewriter
protected abstract static class JpegRewriter.JFIFPiece extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JFIFPiece()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
toString()
protected abstract void
write(OutputStream os)
-
-
-
Method Detail
-
write
protected abstract void write(OutputStream os) throws IOException
- Throws:
IOException
-
-