BufferManager.nextChunk
const(ubyte)[] nextChunk()Obtain the next available chunk. If the internal buffer is exhausted, this method refills it by calling the underlying read() once.
Returns an empty slice on EOF (no more data available).
const(ubyte)[] nextChunk()Obtain the next available chunk. If the internal buffer is exhausted, this method refills it by calling the underlying read() once.
Returns an empty slice on EOF (no more data available).