Class UnitTranscoder<Z>

java.lang.Object
com.bumptech.glide.load.resource.transcode.UnitTranscoder<Z>
Type Parameters:
Z - The type of the resource that will be transcoded from and to.
All Implemented Interfaces:
ResourceTranscoder<Z,Z>

public class UnitTranscoder<Z> extends Object implements ResourceTranscoder<Z,Z>
A simple ResourceTranscoder that simply returns the given resource.
  • Constructor Details

    • UnitTranscoder

      public UnitTranscoder()
  • Method Details