org.bridj.objc
Class NSString

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.objc.ObjCObject
          extended by org.bridj.objc.NSObject
              extended by org.bridj.objc.NSString
All Implemented Interfaces:
NativeObjectInterface

public class NSString
extends NSObject


Field Summary
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
NSString()
           
NSString(String s)
           
 
Method Summary
 int hashCode()
           
 boolean isAbsolutePath()
           
 int length()
           
 String toString()
           
 Pointer<Byte> UTF8String()
           
static NSString valueOf(String s)
           
 
Methods inherited from class org.bridj.objc.ObjCObject
description, equals, hash, init, isEqual, isKindOf, isKindOfClassNamed, isMemberOf, isMemberOfClassNamed, methodFor, perform, perform$with, perform$with$with, respondsTo, stringValue
 
Methods inherited from class org.bridj.NativeObject
clone
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSString

public NSString()

NSString

public NSString(String s)
Method Detail

length

public int length()

isAbsolutePath

public boolean isAbsolutePath()

UTF8String

public Pointer<Byte> UTF8String()

toString

public String toString()
Overrides:
toString in class ObjCObject

hashCode

public int hashCode()
Overrides:
hashCode in class ObjCObject

valueOf

public static NSString valueOf(String s)


Copyright © 2009-2012. All Rights Reserved.