SectionBuffer.read

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t read(ubyte[] data)
  2. size_t read(size_t size, void delegate(in ubyte[]) cback)
    class SectionBuffer(Alloc)
    override
    size_t
    read
    (
    size_t size
    ,
    scope void delegate
    (
    in ubyte[]
    )
    cback
    )

Meta