fnug.resource
Interface HasLastModifiedBytes

All Known Subinterfaces:
AggregatedResource, Resource, ResourceCollection, ToServe
All Known Implementing Classes:
AbstractAggregatedResource, AbstractCompiledResource, AbstractResource, Bootstrap, BundleNames, DefaultBundleResource, DefaultCompressedResource, DefaultResource, DefaultResourceCollection, DustCompiledResource, ToServeBundle, ToServeResource

public interface HasLastModifiedBytes

Implementors have bytes that are time stamped.

Author:
Martin Algesten

Method Summary
 byte[] getBytes()
          The bytes.
 long getLastModified()
          The timestamp when the bytes were last changed.
 

Method Detail

getBytes

byte[] getBytes()
The bytes.

Returns:
the timestamped bytes.

getLastModified

long getLastModified()
The timestamp when the bytes were last changed.

Returns:
the last modified of the getBytes().


Copyright © 2012. All Rights Reserved.