org.abstracthorizon.danube.support.logging
Class LoggingConnectionHandler.InternalFileOutputStream
java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
org.abstracthorizon.danube.support.logging.LoggingConnectionHandler.InternalFileOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- LoggingConnectionHandler
public static class LoggingConnectionHandler.InternalFileOutputStream
- extends FileOutputStream
This is helper class that adds reference to original File
class
passed in FileOutputStream
.
- Author:
- Daniel Sendula
Method Summary |
File |
getFile()
Returns reference to original file object this stream is created with. |
file
protected File file
- File
LoggingConnectionHandler.InternalFileOutputStream
public LoggingConnectionHandler.InternalFileOutputStream(File file)
throws FileNotFoundException
- Constructor
- Parameters:
file
- file
- Throws:
FileNotFoundException
- file not found exception
getFile
public File getFile()
- Returns reference to original file object this stream is created with.
- Returns:
- reference to original file object this stream is created with
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.