Class ByteChunkToOutputStreamAdapter
java.lang.Object
com.illumon.iris.db.v2.sources.chunk.ByteChunkToOutputStreamAdapter
public class ByteChunkToOutputStreamAdapter extends Object
-
Constructor Summary
Constructors Constructor Description ByteChunkToOutputStreamAdapter()
-
Method Summary
Modifier and Type Method Description static void
write(OutputStream stream, ByteChunk<? extends Attributes.Any> chunk, int srcOffset, int length)
-
Constructor Details
-
ByteChunkToOutputStreamAdapter
public ByteChunkToOutputStreamAdapter()
-
-
Method Details
-
write
public static void write(OutputStream stream, ByteChunk<? extends Attributes.Any> chunk, int srcOffset, int length) throws IOException- Throws:
IOException
-