ozone core API

org.ozoneDB.tools.OPP.srcgen.streamfactory
Class FileOutputStreamFactory

java.lang.Object
  extended byorg.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
      extended byorg.ozoneDB.tools.OPP.srcgen.streamfactory.FileOutputStreamFactory
All Implemented Interfaces:
OutputStreamFactory

public class FileOutputStreamFactory
extends FileBasedStreamFactory
implements OutputStreamFactory

Author:
Joakim Ohlrogge

Field Summary
 
Fields inherited from class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
 
Constructor Summary
FileOutputStreamFactory(java.io.File directory, java.lang.String extension)
           
 
Method Summary
 java.io.OutputStream newInstance(java.lang.String className)
           
 
Methods inherited from class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
getFile, getFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileOutputStreamFactory

public FileOutputStreamFactory(java.io.File directory,
                               java.lang.String extension)
Method Detail

newInstance

public java.io.OutputStream newInstance(java.lang.String className)
                                 throws java.io.IOException
Specified by:
newInstance in interface OutputStreamFactory
Throws:
java.io.IOException

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.