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 outputIOExceptionvoid suppress()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.