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