Package pl.droidsonroids.gif
Class InputSource.FileSource
java.lang.Object
pl.droidsonroids.gif.InputSource
pl.droidsonroids.gif.InputSource.FileSource
- Enclosing class:
- InputSource
public static final class InputSource.FileSource extends InputSource
Input using
File or path as source.-
Nested Class Summary
Nested classes/interfaces inherited from class pl.droidsonroids.gif.InputSource
InputSource.AssetFileDescriptorSource, InputSource.AssetSource, InputSource.ByteArraySource, InputSource.DirectByteBufferSource, InputSource.FileDescriptorSource, InputSource.FileSource, InputSource.InputStreamSource, InputSource.ResourcesSource, InputSource.UriSource -
Constructor Summary
Constructors Constructor Description FileSource(File file)Constructs new source.FileSource(String filePath)Constructs new source. -
Method Summary
-
Constructor Details
-
FileSource
Constructs new source.- Parameters:
file- source file
-
FileSource
Constructs new source.- Parameters:
filePath- source file path
-