|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSData
public abstract class NSData
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 |
---|
public static final NSData._Class CLASS
Constructor Detail |
---|
public NSData()
Method Detail |
---|
public abstract int length()
public abstract void getBytes(byte[] bytes)
public abstract void getBytes_length(byte[] bytes, int length)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |