Skip to content

Wrapper for data or string objects. Uses a custom buffer for storage. Allows the user to specify encoding and decoding functions which are used to convert to stored representation and back.

License

Notifications You must be signed in to change notification settings

carabina/FFDataWrapper

 
 

Repository files navigation

FFDataWrapper

FFDataWrapper is a struct which wraps a piece of data and provides some custom internal representation for it. Conversions between original and internal representations can be specified with encoder and decoder closures.

How to Install

To use with cocoapods, add the following line to your Podfile:

pod 'FFDataWrapper', :git => 'https://github.com/flockoffiles/FFDataWrapper', :branch => 'master'

How to Use

TODO

About

Wrapper for data or string objects. Uses a custom buffer for storage. Allows the user to specify encoding and decoding functions which are used to convert to stored representation and back.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.0%
  • Other 1.0%