com.judoscript.util
Class StreamCopier.FileDest

java.lang.Object
  extended by java.io.OutputStream
      extended by com.judoscript.util.StreamCopier.Dest
          extended by com.judoscript.util.StreamCopier.FileDest
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing interface:
StreamCopier

public static class StreamCopier.FileDest
extends StreamCopier.Dest


Constructor Summary
StreamCopier.FileDest(java.io.File f)
           
 
Method Summary
 java.lang.String getName()
           
 void getOutputStream()
           
 void setName(java.lang.String name)
           
 void setTime(long time)
           
 
Methods inherited from class com.judoscript.util.StreamCopier.Dest
close, copy, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamCopier.FileDest

public StreamCopier.FileDest(java.io.File f)
Method Detail

getOutputStream

public void getOutputStream()
                     throws java.io.IOException
Specified by:
getOutputStream in class StreamCopier.Dest
Throws:
java.io.IOException

getName

public java.lang.String getName()
Specified by:
getName in class StreamCopier.Dest

setName

public void setName(java.lang.String name)
             throws java.lang.IllegalStateException
Specified by:
setName in class StreamCopier.Dest
Throws:
java.lang.IllegalStateException

setTime

public void setTime(long time)
             throws java.lang.IllegalStateException
Specified by:
setTime in class StreamCopier.Dest
Throws:
java.lang.IllegalStateException