|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprettify.example.Example
public class Example
Usage example. This will just cover some of the functions. To know other available functions, please read the JavaDoc.
| Constructor Summary | |
|---|---|
Example()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
static byte[] |
readResourceFile(java.lang.String path)
Read the resource file from the jar. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Example()
| Method Detail |
|---|
public static byte[] readResourceFile(java.lang.String path)
throws java.io.IOException
path - the resource path
java.io.IOException - error occurred when reading the content from the filepublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||