|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.core.io.AbstractResource
org.springframework.core.io.ByteArrayResource
net.northfuse.resources.AggregatedResource
public final class AggregatedResource
An implementation of Resource.
| Constructor Summary | |
|---|---|
AggregatedResource(byte[] byteArray)
Creates an Aggregated resource. |
|
| Method Summary | |
|---|---|
long |
contentLength()
|
long |
lastModified()
|
| Methods inherited from class org.springframework.core.io.ByteArrayResource |
|---|
equals, exists, getByteArray, getDescription, getInputStream, hashCode |
| Methods inherited from class org.springframework.core.io.AbstractResource |
|---|
createRelative, getFile, getFileForLastModifiedCheck, getFilename, getURI, getURL, isOpen, isReadable, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AggregatedResource(byte[] byteArray)
byteArray - a byte array| Method Detail |
|---|
public long lastModified()
throws IOException
lastModified in interface org.springframework.core.io.ResourcelastModified in class org.springframework.core.io.AbstractResourceIOException
public long contentLength()
throws IOException
contentLength in interface org.springframework.core.io.ResourcecontentLength in class org.springframework.core.io.AbstractResourceIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||