cauli
cauli copied to clipboard
Added FilecachedInputOutputStream
This PR adds a FilecachedInputOutputStreamSpec. This is a Stream that can written to and read from. This will be used, so when data is received from the server, we can pass the data one layer up while having a file everything is written to.
1 Error | |
---|---|
:no_entry_sign: | Please include a CHANGELOG entry to credit yourself! You can find it at /CHANGELOG.md. |
3 Warnings | |
---|---|
:warning: | Are there any changes that should be explained in the README.md ? |
:warning: | Cauli/Data structures/Record.swift#L52 - Top-level declarations should specify Access Control Level keywords explicitly. |
:warning: | Cauli/Data structures/Record.swift#L54 - Top-level declarations should specify Access Control Level keywords explicitly. |
Example CHANGELOG entry
* **feature/improvement/bugfix** Added FilecachedInputOutputStream
[#issue_number](https://github.com/cauliframework/cauli/issues/issue_number) by @brototyp
Trivial PR?
If you think your PR is trivial and neither a CHANGELOG entry nor a README update is necessary, you can add a #trivial
to your PR title. The bot will pick that up and will not warn about a missing CHANGELOG or README entry.
Generated by :no_entry_sign: Danger