Class JpegCommentReader

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<JpegSegmentType> getSegmentTypes()
      Gets the set of JPEG segment types that this reader is interested in.
      void readJpegSegments​(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)
      Extracts metadata from all instances of a particular JPEG segment type.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait