FloeReader
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- read() : FloeStreamReader
Methods
__construct()
public
__construct(Filesystem $filesystem[, Codec $codec = new NoopCodec() ][, int $chunkSize = 65536 ][, null|Hydrator $hydrator = null ][, FloeEngine $engine = FloeEngine::adaptive ]) : mixed
Parameters
- $filesystem : Filesystem
- $codec : Codec = new NoopCodec()
- $chunkSize : int = 65536
- $hydrator : null|Hydrator = null
-
null uses the adaptive hydrator
- $engine : FloeEngine = FloeEngine::adaptive
read()
public
read(Path $path) : FloeStreamReader
Parameters
- $path : Path