public static interface PhysicalWriter.OutputReceiver
Modifier and Type | Method and Description |
---|---|
void |
output(ByteBuffer buffer)
Output the given buffer to the final destination
|
void |
suppress()
Suppress this stream from being written to the stripe.
|
void output(ByteBuffer buffer) throws IOException
buffer
- the buffer to outputIOException
void suppress()
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.