|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FileInputStream
org.processmining.importing.ProMInputStream
public class ProMInputStream
This importstream is used by the framework to load a file.
The ImpotrPlugin.importFile(InputStream input)
is
called with a ProMInputStream. To get the filename, a type-cast
is necessary
Constructor Summary | |
---|---|
ProMInputStream(java.lang.String name)
Construcs a ProMInpuStream and remembers the filename for later retrieval. |
Method Summary | |
---|---|
java.lang.String |
getFileName()
return the Filename used to initiate this stream; |
Methods inherited from class java.io.FileInputStream |
---|
available, close, finalize, getChannel, getFD, read, read, read, skip |
Methods inherited from class java.io.InputStream |
---|
mark, markSupported, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProMInputStream(java.lang.String name) throws java.io.FileNotFoundException
name
- String
java.io.FileNotFoundException
Method Detail |
---|
public java.lang.String getFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |