Class JpegRewriter.JFIFPieceImageData
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.xmp.JpegRewriter.JFIFPiece
-
- org.apache.commons.imaging.formats.jpeg.xmp.JpegRewriter.JFIFPieceImageData
-
- Enclosing class:
- JpegRewriter
static class JpegRewriter.JFIFPieceImageData extends JpegRewriter.JFIFPiece
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
imageData
private byte[]
markerBytes
-
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 org.apache.commons.imaging.formats.jpeg.xmp.JpegRewriter.JFIFPiece
toString
-
-
-
-
Method Detail
-
write
protected void write(java.io.OutputStream os) throws java.io.IOException
- Specified by:
write
in classJpegRewriter.JFIFPiece
- Throws:
java.io.IOException
-
-