public static final class CdcInputFormat.BytesArrayOutputView extends DataOutputStream implements org.apache.flink.core.memory.DataOutputView
writtenout| Constructor and Description |
|---|
BytesArrayOutputView(ByteArrayOutputStream baos) |
| Modifier and Type | Method and Description |
|---|---|
void |
skipBytesToWrite(int numBytes) |
void |
write(org.apache.flink.core.memory.DataInputView source,
int numBytes) |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFclose, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic BytesArrayOutputView(ByteArrayOutputStream baos)
public void skipBytesToWrite(int numBytes)
throws IOException
skipBytesToWrite in interface org.apache.flink.core.memory.DataOutputViewIOExceptionpublic void write(org.apache.flink.core.memory.DataInputView source,
int numBytes)
throws IOException
write in interface org.apache.flink.core.memory.DataOutputViewIOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.