ByteBuffer in Objective-C.
ByteBuffer in ObjC is the byte buffer like Java's ByteBuffer class.
ByteBuffer is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ByteBuffer"
- Download latest ByteBuffer
- Drag & Drop ByteBuffer.framework into your Xcode project
- Add
-all_load
to Build Settings > Linking > Other Linker Flags
-
Import the module
Objective-C
#import <ByteBuffer/ByteBuffer.h>
Swift
import ByteBuffer
-
More usage, see my test code.