Nu Class Reference

NSData Extensions

NSData extensions for Nu programming.

Declared in: objc/Nu.h, tools/nubake

NSData extensions for Nu programming.

Methods

+ (NSData *) dataWithStandardInput
Return data read from standard input.

in objc/Nu.h

+ (NSData *) dataWithShellCommand: (NSString *) command
standardInput: (id) input
Run a shell command with the specified data or string as standard input and return the results as data.

in objc/Nu.h

+ (NSData *) dataWithShellCommand: (NSString *) command
Run a shell command and return the results as data.

in objc/Nu.h

- (id) propertyListValue
Property list helper. Return the (immutable) property list value of the associated data.

in objc/Nu.h