|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectua.gradsoft.termware.termloaders.GenericInputStreamSource
public class GenericInputStreamSource
Generic InputStreamSource, which keep inside name and input stream.
| Constructor Summary | |
|---|---|
GenericInputStreamSource(InputStream inputStream,
String resourceName)
Creates a new instance of GenericInputStreamSource |
|
| Method Summary | |
|---|---|
InputStream |
getInputStream()
get input stream for target resource. |
String |
getResourceName()
get name of resource (such as absolute file name, or so on) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericInputStreamSource(InputStream inputStream,
String resourceName)
| Method Detail |
|---|
public InputStream getInputStream()
InputStreamSource
getInputStream in interface InputStreamSourcepublic String getResourceName()
InputStreamSource
getResourceName in interface InputStreamSource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||