org.makumba.commons
Class LongData.EmptyStrategy

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

 class LongData.EmptyStrategy
extends Object
implements LongData.LongDataStrategy


Constructor Summary
LongData.EmptyStrategy()
           
 
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
 

Constructor Detail

LongData.EmptyStrategy

LongData.EmptyStrategy()
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