Class DecodePath<DataType,ResourceType,Transcode>

java.lang.Object
com.bumptech.glide.load.engine.DecodePath<DataType,ResourceType,Transcode>
Type Parameters:
DataType - The type of data ResourceType that will be decoded from.
ResourceType - The type of intermediate resource that will be decoded.
Transcode - The final type of resource that will be transcoded from ResourceType and returned to the caller.

public class DecodePath<DataType,ResourceType,Transcode> extends Object
Attempts to decode and transcode resource type from a given data type.