{"id":15399174,"url":"https://github.com/edg-l/bytefile","last_synced_at":"2025-03-28T00:30:37.127Z","repository":{"id":119070508,"uuid":"101870563","full_name":"edg-l/ByteFile","owner":"edg-l","description":"A library to handle raw file reading and writing.","archived":false,"fork":false,"pushed_at":"2017-08-31T11:30:18.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T23:03:15.224Z","etag":null,"topics":["csharp","file","io"],"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/edg-l.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-08-30T10:52:47.000Z","updated_at":"2017-08-30T12:21:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"da40d8e8-4c2a-4372-b57e-79107daa08a2","html_url":"https://github.com/edg-l/ByteFile","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"336eb83660b71260aae8c525db45eceabac872e1"},"previous_names":["ryozuki/bytefile"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2FByteFile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2FByteFile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2FByteFile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2FByteFile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edg-l","download_url":"https://codeload.github.com/edg-l/ByteFile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245948920,"owners_count":20698905,"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":["csharp","file","io"],"created_at":"2024-10-01T15:47:12.618Z","updated_at":"2025-03-28T00:30:37.062Z","avatar_url":"https://github.com/edg-l.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ByteFile [![Build Status](https://travis-ci.org/Ryozuki/ByteFile.svg?branch=master)](https://travis-ci.org/Ryozuki/ByteFile)\nA library to handle raw file reading and writing.\n\n## Usage\n```csharp\nBFile MyFile = new BFile(\"file.dat\", true);\n\nvar old_encoding = MyFile.GetEncoding(); // Default is UTF8\nMyFile.SetEncoding(Encoding.ASCII);\n\n\n// Write\nMyFile.Write(\n\t1, \n\t1.2f, \n\t134151513151UL, \n\tfalse, \n\t\"hello world\",\n\t);\n\n// Read\nvar a1 = MyFile.Read\u003cint\u003e();\nvar a2 = MyFile.Read\u003cfloat\u003e();\nvar a3 = MyFile.Read\u003culong\u003e();\nvar a4 = MyFile.Read\u003cbool\u003e();\nvar a5 = MyFile.Read\u003cstring\u003e();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedg-l%2Fbytefile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedg-l%2Fbytefile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedg-l%2Fbytefile/lists"}