281282283284285286287288
* * @throws DataCacheException */ protected void openDataCache() throws DataCacheException { mCache = new FileDataCache(mFile); mOutput = mCache.getWriter(); }