org.makumba.commons
Interface LongData.LongDataStrategy

All Known Implementing Classes:
LongData.DataStrategy, LongData.EmptyStrategy, LongData.FileStrategy
Enclosing class:
LongData

static interface LongData.LongDataStrategy


Method Summary
 void append(byte[] b, int start, int len)
           
 InputStream getInputStream()
           
 

Method Detail

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

append

void append(byte[] b,
            int start,
            int len)
            throws IOException
Throws:
IOException