|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringBuffer | |
---|---|
com.sun.spot.testFramework | Provides a limited equivalent to jUnit for use on Sun SPOTs. |
com.sun.spot.util | Utility classes. |
java.lang | Provides classes that are fundamental to the Java programming language. |
Uses of StringBuffer in com.sun.spot.testFramework |
---|
Fields in com.sun.spot.testFramework declared as StringBuffer | |
---|---|
protected StringBuffer |
SystemOutTestResultLog.errors
|
protected StringBuffer |
SystemOutTestResultLog.failures
|
Uses of StringBuffer in com.sun.spot.util |
---|
Methods in com.sun.spot.util that return StringBuffer | |
---|---|
static StringBuffer |
PrettyPrint.prettyPrint(StringBuffer buf,
byte[] b,
int off,
int len)
Appends a subsequence of bytes in a byte array into a pretty printed StringBuffer of the kind shown below 0000 - 16 03 00 00 38 ee ba df-fa fa 64 0c 45 5e 11 e3 ....8.....d.E^.. 0010 - 5a 0f 11 33 48 23 d8 02-ad 17 9b 45 03 dd f6 7d Z..3H#.....E...} 0020 - 88 91 d4 2c e1 2e 78 da-5a 6f 2c 39 98 0e 38 d5 ...,..x.Zo,9..8. 0030 - bb 29 .) |
Methods in com.sun.spot.util with parameters of type StringBuffer | |
---|---|
static StringBuffer |
PrettyPrint.prettyPrint(StringBuffer buf,
byte[] b,
int off,
int len)
Appends a subsequence of bytes in a byte array into a pretty printed StringBuffer of the kind shown below 0000 - 16 03 00 00 38 ee ba df-fa fa 64 0c 45 5e 11 e3 ....8.....d.E^.. 0010 - 5a 0f 11 33 48 23 d8 02-ad 17 9b 45 03 dd f6 7d Z..3H#.....E...} 0020 - 88 91 d4 2c e1 2e 78 da-5a 6f 2c 39 98 0e 38 d5 ...,..x.Zo,9..8. 0030 - bb 29 .) |
Uses of StringBuffer in java.lang |
---|
Methods in java.lang that return StringBuffer | |
---|---|
StringBuffer |
StringBuffer.append(boolean b)
Appends the string representation of the boolean
argument to the string buffer. |
StringBuffer |
StringBuffer.append(char c)
Appends the string representation of the char
argument to this string buffer. |
StringBuffer |
StringBuffer.append(char[] str)
Appends the string representation of the char array
argument to this string buffer. |
StringBuffer |
StringBuffer.append(char[] str,
int offset,
int len)
Appends the string representation of a subarray of the char array argument to this string buffer. |
StringBuffer |
StringBuffer.append(double d)
Appends a double to the end of this buffer. |
StringBuffer |
StringBuffer.append(float f)
Appends a float to the end of this buffer. |
StringBuffer |
StringBuffer.append(int i)
Appends the string representation of the int
argument to this string buffer. |
StringBuffer |
StringBuffer.append(long l)
Appends the string representation of the long
argument to this string buffer. |
StringBuffer |
StringBuffer.append(Object obj)
Appends the string representation of the Object
argument to this string buffer. |
StringBuffer |
StringBuffer.append(String str)
Appends the string to this string buffer. |
StringBuffer |
StringBuffer.delete(int start,
int end)
Removes the characters in a substring of this StringBuffer . |
StringBuffer |
StringBuffer.deleteCharAt(int index)
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer
by one character). |
StringBuffer |
StringBuffer.insert(int offset,
boolean b)
Inserts the string representation of the boolean
argument into this string buffer. |
StringBuffer |
StringBuffer.insert(int offset,
char c)
Inserts the string representation of the char
argument into this string buffer. |
StringBuffer |
StringBuffer.insert(int offset,
char[] str)
Inserts the string representation of the char array
argument into this string buffer. |
StringBuffer |
StringBuffer.insert(int offset,
double d)
Inserts the string representation of the double
argument into this string buffer. |
StringBuffer |
StringBuffer.insert(int offset,
float f)
Inserts the string representation of the float
argument into this string buffer. |
StringBuffer |
StringBuffer.insert(int offset,
int i)
Inserts the string representation of the second int
argument into this string buffer. |
StringBuffer |
StringBuffer.insert(int offset,
long l)
Inserts the string representation of the long
argument into this string buffer. |
StringBuffer |
StringBuffer.insert(int offset,
Object obj)
Inserts the string representation of the Object
argument into this string buffer. |
StringBuffer |
StringBuffer.insert(int offset,
String str)
Inserts the string into this string buffer. |
StringBuffer |
StringBuffer.reverse()
The character sequence contained in this string buffer is replaced by the reverse of the sequence. |
Constructors in java.lang with parameters of type StringBuffer | |
---|---|
String(StringBuffer buffer)
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |