com.bumptech.glide.load.resource.NullEncoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glide Show documentation
Show all versions of glide Show documentation
A fast and efficient image loading library for Android focused on smooth scrolling.
package com.bumptech.glide.load.resource;
import com.bumptech.glide.load.Encoder;
import java.io.OutputStream;
/**
* A simple {@link com.bumptech.glide.load.Encoder} that never writes data.
*
* @param type discarded by this Encoder
*/
public class NullEncoder implements Encoder {
private static final NullEncoder> NULL_ENCODER = new NullEncoder
© 2015 - 2025 Weber Informatics LLC | Privacy Policy