org.makumba.commons
Class LongData.FileStrategy

java.lang.Object
  extended by org.makumba.commons.LongData.FileStrategy
All Implemented Interfaces:
LongData.LongDataStrategy
Enclosing class:
LongData

 class LongData.FileStrategy
extends Object
implements LongData.LongDataStrategy


Field Summary
(package private)  OutputStream out
           
(package private)  File temp
           
 
Constructor Summary
LongData.FileStrategy()
           
 
Method Summary
 void append(byte[] b, int start, int len)
           
protected  void finalize()
           
 InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

temp

File temp

out

OutputStream out
Constructor Detail

LongData.FileStrategy

LongData.FileStrategy()
                throws IOException
Throws:
IOException
Method Detail

append

public void append(byte[] b,
                   int start,
                   int len)
            throws IOException
Specified by:
append in interface LongData.LongDataStrategy
Throws:
IOException

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface LongData.LongDataStrategy
Throws:
IOException

finalize

protected void finalize()
Overrides:
finalize in class Object