Class ExifRewriter.JFIFPieceSegmentExif
java.lang.Object
org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter.JFIFPiece
org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter.JFIFPieceSegment
org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter.JFIFPieceSegmentExif
- Enclosing class:
- ExifRewriter
-
Field Summary
Fields inherited from class org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter.JFIFPieceSegment
marker, markerBytes, markerLengthBytes, segmentData
-
Constructor Summary
ConstructorsConstructorDescriptionJFIFPieceSegmentExif
(int marker, byte[] markerBytes, byte[] markerLengthBytes, byte[] segmentData) -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter.JFIFPieceSegment
write
-
Constructor Details
-
JFIFPieceSegmentExif
JFIFPieceSegmentExif(int marker, byte[] markerBytes, byte[] markerLengthBytes, byte[] segmentData)
-