com.haley.haleyrules
Interface FileOutputStream

All Superinterfaces:
KnowledgeBaseObject, OutputStream, Stream, WorkingMemoryObject

public interface FileOutputStream
extends OutputStream

The FileOutputStream interface represents an OutputStream that writes it's content to file.

See Also:
WorkingMemory.newOutputStream(String, String, boolean)

Method Summary
 void flush()
          Flushes the file-based output stream
 
Methods inherited from interface com.haley.haleyrules.Stream
close, getName
 
Methods inherited from interface com.haley.haleyrules.WorkingMemoryObject
getWorkingMemory
 
Methods inherited from interface com.haley.haleyrules.KnowledgeBaseObject
getKnowledgeBase, release
 

Method Detail

flush

public void flush()
           throws java.io.IOException
Flushes the file-based output stream

Throws:
java.io.IOException - If an I/O error occurs


Copyright © 1998-2006 Haley Systems, Inc. All Rights Reserved.