org.rococoa.cocoa.foundation
Interface NSData

All Superinterfaces:
NSObject

public interface NSData
extends NSObject


Nested Class Summary
static interface NSData._Class
           
 
Field Summary
static NSData._Class CLASS
           
 
Method Summary
 void getBytes_length(byte[] bytes, int length)
           
 void getBytes(byte[] bytes)
           
 int length()
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

static final NSData._Class CLASS
Method Detail

length

int length()

getBytes

void getBytes(byte[] bytes)

getBytes_length

void getBytes_length(byte[] bytes,
                     int length)


Copyright © 2009. All Rights Reserved.