org.makumba.commons
Class LongData.DataStrategy

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

 class LongData.DataStrategy
extends Object
implements LongData.LongDataStrategy


Field Summary
(package private)  ByteArrayOutputStream bout
           
 
Constructor Summary
LongData.DataStrategy(int n)
           
 
Method Summary
 void append(byte[] b, int start, int len)
           
 InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bout

ByteArrayOutputStream bout
Constructor Detail

LongData.DataStrategy

LongData.DataStrategy(int n)
Method Detail

getInputStream

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

append

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