org.jbpm.pvm.internal.stream
Class FileStreamInput

java.lang.Object
  extended by org.jbpm.pvm.internal.stream.StreamInput
      extended by org.jbpm.pvm.internal.stream.FileStreamInput

public class FileStreamInput
extends StreamInput

Author:
Tom Baeyens

Field Summary
protected  java.io.File file
           
 
Fields inherited from class org.jbpm.pvm.internal.stream.StreamInput
name
 
Constructor Summary
FileStreamInput(java.io.File file)
           
 
Method Summary
 java.io.InputStream openStream()
           
 
Methods inherited from class org.jbpm.pvm.internal.stream.StreamInput
getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

file

protected java.io.File file
Constructor Detail

FileStreamInput

public FileStreamInput(java.io.File file)
Throws:
JbpmException - if file is null
Method Detail

openStream

public java.io.InputStream openStream()
Specified by:
openStream in class StreamInput


Copyright © 2010 JBoss Community. All Rights Reserved.