com.bumptech.glide.load.resource.file
Class FileResource

java.lang.Object
  extended by com.bumptech.glide.load.resource.SimpleResource<File>
      extended by com.bumptech.glide.load.resource.file.FileResource
All Implemented Interfaces:
Resource<File>

public class FileResource
extends SimpleResource<File>

A simple Resource that wraps a File.


Field Summary
 
Fields inherited from class com.bumptech.glide.load.resource.SimpleResource
data
 
Constructor Summary
FileResource(File file)
           
 
Method Summary
 
Methods inherited from class com.bumptech.glide.load.resource.SimpleResource
get, getSize, recycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileResource

public FileResource(File file)