All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.StringManipulator
NSJavaStringManipulator
.
[[NSJavaStringManipulator
alloc] init]
.
+ capitalizedString:
Objective-C class method.
+ lineRangeForRange::
Objective-C class method.
+ lowercaseString:
Objective-C class method.
+ stringWithContentsOfFile:
Objective-C class method.
+ stringWithData:encoding:
Objective-C class method.
+ uppercaseString:
Objective-C class method.
+ writeString:toFile:atomically:
Objective-C class method.
protected StringManipulator(boolean shouldAllocate, int objcObject)
public StringManipulator()
[[NSJavaStringManipulator
alloc] init]
.
public static native String stringWithContentsOfFile(String file)
+ stringWithContentsOfFile:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringManipulator, should be enough to head you in the right direction
should you find more than one such method).
public static native boolean writeStringToFile(String string, String path, boolean useAuxiliaryFile)
+ writeString:toFile:atomically:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringManipulator, should be enough to head you in the right direction
should you find more than one such method).
public static native String stringWithDataUsingEncoding(Data data, int encoding)
+ stringWithData:encoding:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringManipulator, should be enough to head you in the right direction
should you find more than one such method).
public static native String uppercaseString(String string)
+ uppercaseString:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringManipulator, should be enough to head you in the right direction
should you find more than one such method).
public static native String lowercaseString(String string)
+ lowercaseString:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringManipulator, should be enough to head you in the right direction
should you find more than one such method).
public static native String capitalizedString(String string)
+ capitalizedString:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringManipulator, should be enough to head you in the right direction
should you find more than one such method).
public static native Range lineRangeForRange(String string, Range range)
+ lineRangeForRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringManipulator, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index