Top "Nsmutabledata" questions

NSMutableData (and its superclass NSData) provide data objects, object-oriented wrappers for byte buffers.

NSMutableData remove bytes?

I can add bytes to a NSMutableData instance easily by using the appendData method, however I do not see any …

objective-c nsdata nsmutabledata
New NSData with range of old NSData maintaining bytes

I have a fairly large NSData (or NSMutableData if necessary) object which I want to take a small chunk out …

nsdata truncate nsmutabledata
Is it okay to call +[NSData dataWithData:] with an NSMutableData object?

Is it a problem for me to do the following to change a mutable data instance immutable? NSMutableData *mutData = [[NSMutableData …

objective-c cocoa-touch nsdata nsmutabledata
How to convert bytes to a float value in swift?

This is my code to convert byte data to float. I tried every answers given in this site. I am …

ios swift floating-point byte nsmutabledata
iOS swift NSMutableData has no member appendString

Hello I am new to swift and I am following a tutorial and creating the same code in order to …

ios swift swift3 nsmutabledata