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 classExifRewriter.JFIFPieceImageDataprivate static classExifRewriter.JFIFPieceSegmentprivate static classExifRewriter.JFIFPieceSegmentExifFields 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. exifPiecesjava.util.List<ExifRewriter.JFIFPiece>ExifRewriter.JFIFPieces. piecesMethod parameters in org.apache.commons.imaging.formats.jpeg.exif with type arguments of type ExifRewriter.JFIFPiece Modifier and Type Method Description private voidExifRewriter. 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)
-