|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echoservlet.util.Resource
Provides functionality for obtaining text and binary resource files.
| Nested Class Summary | |
static class |
Resource.ResourceException
A RuntimeException exception that will be thrown in the event that problems are encountered obtaining a resource. |
| Field Summary | |
private static int |
BUFFER_SIZE
|
| Constructor Summary | |
private |
Resource()
Non-instantiable class. |
| Method Summary | |
private static java.io.ByteArrayOutputStream |
getResource(java.lang.String resourceName)
An internal method used to retrieve a resource as a ByteArrayOutputStream. |
static byte[] |
getResourceAsByteArray(java.lang.String resourceName)
Retrieves the specified resource as an array of bytes. |
static java.lang.String |
getResourceAsString(java.lang.String resourceName)
Retrieves the specified resource as a String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final int BUFFER_SIZE
| Constructor Detail |
private Resource()
| Method Detail |
public static java.lang.String getResourceAsString(java.lang.String resourceName)
String.
resourceName - The name of the resource to be retrieved.
String.public static byte[] getResourceAsByteArray(java.lang.String resourceName)
bytes.
resourceName - The name of the resource to be retrieved.
bytes.private static java.io.ByteArrayOutputStream getResource(java.lang.String resourceName)
ByteArrayOutputStream.
resourceName - The name of the resource to be retrieved.
ByteArrayOutputStream of the content of the
resource.
|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||