|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectztex.JInputStream
public class JInputStream
Creates an input stream from a regular file or a system resource file (i.e. a file from the current jar file).
| Constructor Summary | |
|---|---|
JInputStream()
|
|
| Method Summary | |
|---|---|
static java.io.InputStream |
getInputStream(java.lang.String fileName)
Constructs an instance from a giving file name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JInputStream()
| Method Detail |
|---|
public static java.io.InputStream getInputStream(java.lang.String fileName)
throws java.lang.SecurityException,
java.io.FileNotFoundException
fileName - The file name.
java.lang.SecurityException - Signals a security violation.
java.io.FileNotFoundException - Thrown if the file was not found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||