uk.ac.ncl.cs.instantsoap.r
Class RProcessorBase
java.lang.Object
uk.ac.ncl.cs.instantsoap.r.RProcessorBase
- Direct Known Subclasses:
- RDataFrameProcessor
public abstract class RProcessorBase
- extends Object
Describe class RProcessorBase here.
Created: Fri Jul 4 16:35:05 2008
- Version:
- 1.0
- Author:
- Phillip Lord
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RProcessorBase
public RProcessorBase()
writeStringToFile
public void writeStringToFile(File file,
String string)
throws IOException
- Throws:
IOException
writeStringToOutputStream
public void writeStringToOutputStream(OutputStream outp,
String string)
throws IOException
- Throws:
IOException
readStringFromFile
public String readStringFromFile(File file)
throws IOException
- Throws:
IOException
readStringFromInputStream
public String readStringFromInputStream(InputStream inp)
throws IOException
- Throws:
IOException
getInputStreamForRScript
public InputStream getInputStreamForRScript(Class clazz,
String rScriptName)
throws IOException
- Throws:
IOException
executeR
public String executeR(Map<String,String> commandLine)
throws IOException
- Throws:
IOException
getRDriverName
public abstract String getRDriverName()
Copyright © 2006-2008. All Rights Reserved.