org.solovyev.android
Class FileCache

java.lang.Object
  extended by org.solovyev.android.FileCache

public class FileCache
extends Object


Constructor Summary
FileCache(android.content.Context context, String cacheFileName)
           
 
Method Summary
 void clear()
           
 File getFile(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCache

public FileCache(@NotNull
                 android.content.Context context,
                 @NotNull
                 String cacheFileName)
Method Detail

getFile

@NotNull
public File getFile(@NotNull
                            String filename)

clear

public void clear()


Copyright © 2012. All Rights Reserved.