{"id":17449537,"url":"https://github.com/jplane/multistream","last_synced_at":"2025-03-28T04:23:21.686Z","repository":{"id":95098309,"uuid":"111589323","full_name":"jplane/MultiStream","owner":"jplane","description":"A .NET Standard Library for aggregating read-only streams","archived":false,"fork":false,"pushed_at":"2017-11-21T19:01:02.000Z","size":9,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T05:25:36.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jplane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-21T19:00:58.000Z","updated_at":"2023-09-23T20:11:24.000Z","dependencies_parsed_at":"2023-05-26T16:00:24.020Z","dependency_job_id":null,"html_url":"https://github.com/jplane/MultiStream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplane%2FMultiStream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplane%2FMultiStream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplane%2FMultiStream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplane%2FMultiStream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jplane","download_url":"https://codeload.github.com/jplane/MultiStream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245967818,"owners_count":20701902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-17T21:42:03.459Z","updated_at":"2025-03-28T04:23:21.665Z","avatar_url":"https://github.com/jplane.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MultiStream\n\nThis is a .NET Standard library for aggregating read-only streams, so that classes like StreamReader can treat multiple input streams as a single contiguous block of bytes.\n\nUsage:\n\n```C#\n\nvar ms1 = GetStream(\"hello world\");\n\nvar ms2 = GetStream(\"goodbye world\");\n\nvar s = new Lib.MultiStream(ms1, ms2);\n\nvar reader = new StreamReader(s);\n\nvar output = reader.ReadToEnd();\n\nAssert.AreEqual(\"hello worldgoodbye world\", output);\n\n```\n\nThe repo includes a .NET Core unit test project and a .NET Framework console app that both demonstrate basic usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplane%2Fmultistream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjplane%2Fmultistream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplane%2Fmultistream/lists"}