Package io.deephaven.chunk
Class ByteChunkToOutputStreamAdapter
java.lang.Object
io.deephaven.chunk.ByteChunkToOutputStreamAdapter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
write
(OutputStream stream, ByteChunk<? extends Any> chunk, int srcOffset, int length)
-
Constructor Details
-
ByteChunkToOutputStreamAdapter
public ByteChunkToOutputStreamAdapter()
-
-
Method Details
-
write
public static void write(OutputStream stream, ByteChunk<? extends Any> chunk, int srcOffset, int length) throws IOException - Throws:
IOException
-