{"id":17197208,"url":"https://github.com/thomaslevesque/sharpads","last_synced_at":"2025-06-27T06:38:15.221Z","repository":{"id":21670335,"uuid":"24991338","full_name":"thomaslevesque/SharpADS","owner":"thomaslevesque","description":"A library that provides access to NTFS alternate data streams","archived":false,"fork":false,"pushed_at":"2014-10-09T16:36:59.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T07:43:20.427Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomaslevesque.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-09T13:53:12.000Z","updated_at":"2023-03-05T12:15:03.000Z","dependencies_parsed_at":"2022-08-17T21:10:30.839Z","dependency_job_id":null,"html_url":"https://github.com/thomaslevesque/SharpADS","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/thomaslevesque%2FSharpADS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2FSharpADS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2FSharpADS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2FSharpADS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomaslevesque","download_url":"https://codeload.github.com/thomaslevesque/SharpADS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245425501,"owners_count":20613175,"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-15T01:55:48.434Z","updated_at":"2025-03-25T08:28:41.940Z","avatar_url":"https://github.com/thomaslevesque.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"SharpADS\n========\n\nA library that provides access to NTFS alternate data streams.\n\nThe library has just two classes:\n\n- `AdsFile` exposes static methods similar to the ones in `System.IO.File`, except that you specify the stream name in addition to the path:\n\n```csharp\nAdsFile.WriteAllText(\"foobar.txt\", \"secret\", \"hello world\");\n```\n\n\n- `AdsFileStream` is the equivalent of `System.IO.FileStream` (and actually inherits from it) for alternate data streams. It can be used exactly like `FileStream`, except that the constructor takes the stream name in addition to the path:\n\n```csharp\nusing (var stream = new AdsFileStream(\"foobar.txt\", \"secret\", FileMode.Create, FileAccess.Write))\n{\n    ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaslevesque%2Fsharpads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomaslevesque%2Fsharpads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaslevesque%2Fsharpads/lists"}