quadbase.common.util.internal
Class ReadDataFile
java.lang.Object
|
+--quadbase.common.util.internal.ReadDataFile
- public class ReadDataFile
- extends java.lang.Object
|
Method Summary |
void |
close()
|
java.io.DataInputStream |
getInputStream(java.lang.String filename)
Set the pathname of the file and get the input stream either
directly, or through the query server. |
java.io.DataInputStream |
getInputStream(java.lang.String filename,
boolean isPageViewer)
|
java.io.DataInputStream |
getInputStream(java.lang.String filename,
boolean isPageViewer,
boolean readOnly)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadDataFile
public ReadDataFile()
getInputStream
public java.io.DataInputStream getInputStream(java.lang.String filename)
throws java.lang.Exception
- Set the pathname of the file and get the input stream either
directly, or through the query server. (No preprocessing or transpose done.)
getInputStream
public java.io.DataInputStream getInputStream(java.lang.String filename,
boolean isPageViewer)
throws java.lang.Exception
getInputStream
public java.io.DataInputStream getInputStream(java.lang.String filename,
boolean isPageViewer,
boolean readOnly)
throws java.lang.Exception
close
public void close()
throws java.lang.Exception