Commits

Ankit Aggarwal committed ff0f9774f1c
[OutputByteStream] Write to buffer directly from only few methods This will help implementing the algorithm to empty the buffer when its full. With this change only `write(byte: UInt8)`, `write(bytes: [UInt8])` and `write(ptr: UnsafeBufferPointer<UInt8>)` directly updates the buffer.