Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryReaderWriter

Swift package for sequential binary reading and writing. Little-endian byte order.

Products

  • BinaryReader — Read primitive types (UInt8, Int16, UInt32, etc.) from a byte buffer with a moving cursor.
  • BinaryWriter — Append primitive types to a buffer; call end() to get the resulting [UInt8].

Requirements

Swift 6.2+

Usage

// Swift Package Manager
.package(url: "https://github.com/joehinkle11/BinaryReaderWriter.git", from: "1.0.0")

Add BinaryReader and/or BinaryWriter to your target dependencies.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages