Uses of Class
com.blogspot.applications4android.comicreader.exceptions.ComicSDCardFull

Packages that use ComicSDCardFull
com.blogspot.applications4android.comicreader   
com.blogspot.applications4android.comicreader.core   
 

Uses of ComicSDCardFull in com.blogspot.applications4android.comicreader
 

Methods in com.blogspot.applications4android.comicreader that throw ComicSDCardFull
 Strip ComicStripViewer.getStripFromUrl(java.lang.String url)
          Get the strip from the given url
 void ComicStripViewer.setupNextComic()
          Set the next comic in the list
 void ComicStripViewer.setupPreviousComic()
          Set the previous comic in the list
 

Uses of ComicSDCardFull in com.blogspot.applications4android.comicreader.core
 

Methods in com.blogspot.applications4android.comicreader.core that throw ComicSDCardFull
static void FileUtils.checkFreeSpaceSdcard()
          Checks whether there's enough space on the sd-card
static void Downloader.dnldImage(java.lang.String file, java.net.URI uri)
          Helper function to download the image from the given uri into a local file
 void Comic.downloadCurrentStrip()
          Download the current strip
 boolean Strip.downloadImage(ComicParser p)
          Downloads the image of the strip if it doesn't exist already
 java.lang.String Strip.getImage(ComicParser p)
          Fetches the image of the strip
 Strip Comic.getStripFromUrl(java.lang.String url)
          Gets the strip from the given url
protected  void ComicActivity.storeComicClassList(ComicClassList list, boolean store)
          Helper function to store the list of comics
 void ComicClassList.storeSelected()
          Store the selected comics into the json file
static void FileUtils.storeString(java.lang.String s, java.io.File f)
          Store a string to the file
 void Comic.writeProperties()
          Helper function to write the properties of this comic into its json file