CachedFileStream.read

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t read(ubyte[] dst, IOMode mode)
  2. void read(ubyte[] dst)
    struct CachedFileStream(InputStream)
    @blocking
    void
    read
    (
    scope ubyte[] dst
    )
    if (
    isInputStream!InputStream
    )

Meta