appendBuffer method

void appendBuffer(
  1. ByteBuffer data
)

Implementation

void appendBuffer(ByteBuffer data) {
  flush();
  _parts.add(data);
}