Re: [API] TSIOBufferReaderCopy nee TSIOBufferReaderRead

2019-07-08 Thread Bryan Call
+1 -Bryan > On Jul 2, 2019, at 11:35 AM, Alan M. Carroll > wrote: > > In the current documentation is the C API function TSIOBufferReaderRead which > reads from an IOBufferReader in to a fixed buffer, the dual of > TSIOBufferWriter. This function is not actually implemented which has caused

Re: [API] TSIOBufferReaderCopy nee TSIOBufferReaderRead

2019-07-02 Thread Alan Carroll
Although the old name has never been used, since it wasn't just undocumented, it was inaccessible. On Tue, Jul 2, 2019 at 2:25 PM Sudheer Vinukonda wrote: > +1 > I definitely like the idea of preserving the API name that's already > existed and throwing away the unimplemented one! > On Tues

Re: [API] TSIOBufferReaderCopy nee TSIOBufferReaderRead

2019-07-02 Thread Sudheer Vinukonda
+1  I definitely like the idea of preserving the API name that's already existed and throwing away the unimplemented one!  On Tuesday, July 2, 2019, 11:36:00 AM PDT, Alan M. Carroll wrote: In the current documentation is the C API function TSIOBufferReaderRead which reads from an IOBu

[API] TSIOBufferReaderCopy nee TSIOBufferReaderRead

2019-07-02 Thread Alan M. Carroll
In the current documentation is the C API function TSIOBufferReaderRead which reads from an IOBufferReader in to a fixed buffer, the dual of TSIOBufferWriter. This function is not actually implemented which has caused some consternation. In working on providing an implementation, I came across a