Class ExifRewriter.JFIFPieceSegment
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter.JFIFPiece
-
- org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter.JFIFPieceSegment
-
- Direct Known Subclasses:
ExifRewriter.JFIFPieceSegmentExif
- Enclosing class:
- ExifRewriter
private static class ExifRewriter.JFIFPieceSegment extends ExifRewriter.JFIFPiece
-
-
Field Summary
Fields Modifier and Type Field Description int
marker
byte[]
markerBytes
byte[]
markerLengthBytes
byte[]
segmentData
-
Constructor Summary
Constructors Constructor Description JFIFPieceSegment(int marker, byte[] markerBytes, byte[] markerLengthBytes, byte[] segmentData)
-
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
-
-