NSData

Undocumented in source.

Alias This

parent

Members

Mixins

__anonymous
mixin NSObjectTemplate!(NSData, "NSData")
Undocumented in source.

Static functions

data
NSData data()
Undocumented in source. Be warned that the author may not have intended to support it.
dataWithBytesNoCopy
NSData dataWithBytesNoCopy(void* bytes, NSUInteger length, bool freeWhenDone)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

parent
NSObject parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSData, "NSData")

this
this(id id_)
Undocumented in source.
alloc
T alloc()

Allocates, but do not init

getClass
Class getClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id getClassID()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta