Uses of Class
fnug.resource.AbstractResource.Entry

Packages that use AbstractResource.Entry
fnug.resource   
 

Uses of AbstractResource.Entry in fnug.resource
 

Methods in fnug.resource that return AbstractResource.Entry
protected  AbstractResource.Entry DefaultResource.readEntry()
          Reads the entry from the class loader using Class.getResource(String).
protected  AbstractResource.Entry DefaultCompressedResource.readEntry()
          Returns DefaultCompressedResource.readLastModified() and the bytes given in the constructor.
protected abstract  AbstractResource.Entry AbstractResource.readEntry()
          Reads the actual entry providing the bytes and lastModified date back to the caller.
protected  AbstractResource.Entry AbstractAggregatedResource.readEntry()
          Implements the abstract readEntry(), and uses AbstractAggregatedResource.readLastModified() and AbstractAggregatedResource.buildAggregate() to build the AbstractResource.Entry .
 



Copyright © 2012. All Rights Reserved.