org.galagosearch.tupleflow
Class StreamCreator

java.lang.Object
  extended by org.galagosearch.tupleflow.StreamCreator

public class StreamCreator
extends java.lang.Object

Author:
trevor

Constructor Summary
StreamCreator()
           
 
Method Summary
static java.io.RandomAccessFile inputStream(java.lang.String filename)
           
static java.io.RandomAccessFile outputStream(java.lang.String filename)
           
static java.io.FileInputStream realInputStream(java.lang.String filename)
           
static java.io.DataOutputStream realOutputStream(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamCreator

public StreamCreator()
Method Detail

realInputStream

public static java.io.FileInputStream realInputStream(java.lang.String filename)
                                               throws java.io.IOException
Throws:
java.io.IOException

inputStream

public static java.io.RandomAccessFile inputStream(java.lang.String filename)
                                            throws java.io.IOException
Throws:
java.io.IOException

outputStream

public static java.io.RandomAccessFile outputStream(java.lang.String filename)
                                             throws java.io.IOException
Throws:
java.io.IOException

realOutputStream

public static java.io.DataOutputStream realOutputStream(java.lang.String filename)
                                                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.