DataSourceStreamImpl.this

Construct a Stream-Based DataSource from file

  1. this(File input, string name)
  2. this(string path, bool use_binary)
    class DataSourceStreamImpl
    this
    (
    in string path
    ,
    bool use_binary = false
    )

Parameters

path string

the name of the file

use_binary bool

whether to treat the file as binary or not

Meta