Output the given buffer to the final destination @param buffer the buffer to output
(ByteBuffer buffer)
| 43 | * @param buffer the buffer to output |
| 44 | */ |
| 45 | void output(ByteBuffer buffer) throws IOException; |
| 46 | |
| 47 | /** |
| 48 | * Suppress this stream from being written to the stripe. |
no outgoing calls