Uses of Class
org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter.JFIFPiece
-
Packages that use ExifRewriter.JFIFPiece Package Description org.apache.commons.imaging.formats.jpeg.exif JPEG image format Exif utilities. -
-
Uses of ExifRewriter.JFIFPiece in org.apache.commons.imaging.formats.jpeg.exif
Subclasses of ExifRewriter.JFIFPiece in org.apache.commons.imaging.formats.jpeg.exif Modifier and Type Class Description private static class
ExifRewriter.JFIFPieceImageData
private static class
ExifRewriter.JFIFPieceSegment
private static class
ExifRewriter.JFIFPieceSegmentExif
Fields in org.apache.commons.imaging.formats.jpeg.exif with type parameters of type ExifRewriter.JFIFPiece Modifier and Type Field Description java.util.List<ExifRewriter.JFIFPiece>
ExifRewriter.JFIFPieces. exifPieces
java.util.List<ExifRewriter.JFIFPiece>
ExifRewriter.JFIFPieces. pieces
Method parameters in org.apache.commons.imaging.formats.jpeg.exif with type arguments of type ExifRewriter.JFIFPiece Modifier and Type Method Description private void
ExifRewriter. writeSegmentsReplacingExif(java.io.OutputStream outputStream, java.util.List<ExifRewriter.JFIFPiece> segments, byte[] newBytes)
Constructor parameters in org.apache.commons.imaging.formats.jpeg.exif with type arguments of type ExifRewriter.JFIFPiece Constructor Description JFIFPieces(java.util.List<ExifRewriter.JFIFPiece> pieces, java.util.List<ExifRewriter.JFIFPiece> exifPieces)
-