Class ExifOrientationStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.bumptech.glide.load.data.ExifOrientationStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class ExifOrientationStream extends FilterInputStream
Adds an exif segment with an orientation attribute to a wrapped InputStream containing image data.

This class assumes that the wrapped stream contains an image format that can contain exif information and performs no verification.