org.rococoa.cocoa.foundation
Class NSData

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSData
All Implemented Interfaces:
ObjCObject

public abstract class NSData
extends NSObject


Nested Class Summary
static interface NSData._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSData._Class CLASS
           
 
Constructor Summary
NSData()
           
 
Method Summary
abstract  void getBytes_length(byte[] bytes, int length)
           
abstract  void getBytes(byte[] bytes)
           
abstract  int length()
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

CLASS

public static final NSData._Class CLASS
Constructor Detail

NSData

public NSData()
Method Detail

length

public abstract int length()

getBytes

public abstract void getBytes(byte[] bytes)

getBytes_length

public abstract void getBytes_length(byte[] bytes,
                                     int length)


Copyright © 2012. All Rights Reserved.