|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use String | |
---|---|
com.sentilla.net | Sentilla networking libraries for wireless and wired communication. |
com.sentilla.net.mimeo | Private: for Sentilla internal use only. |
com.sentilla.net.rpc.procedures | Sentilla Remote Procedure Call (RPC) procedure definitions. |
com.sentilla.platform.tmote | Sentilla system implementations for the Sentilla Tmote platform. |
com.sentilla.system | Sentilla core system classes. |
java.io | |
java.lang | |
java.util | |
javax.microedition.io |
Uses of String in com.sentilla.net |
---|
Methods in com.sentilla.net with parameters of type String | |
---|---|
static Sender |
SenderDriver.create(Addressable addr,
String name)
Returns a sender for protocol "name". |
static com.sentilla.io.RandomAccessFile |
RemotePropertyDriver.create(Addressable target,
String key,
int maxlength)
|
static Sender |
SenderDriver.create(String name)
|
static Sender |
SenderDriver.create(String driver,
Addressable addr,
String name)
Returns a sender for protocol "name" and address "addr". |
static Receiver |
ReceiverDriver.create(String driver,
Class msgClass)
Returns a receiver for input class "msgClass". |
static ByteSender |
ByteSenderDriver.create(String driver,
int port)
Returns a new ByteReceiver using "driver" that receives on port port . |
static ByteReceiver |
ByteReceiverDriver.create(String driver,
int port)
Returns a new ByteReceiver using the driver driver that receives messages
on port |
abstract com.sentilla.io.RandomAccessFile |
RemotePropertyDriver.createProperty(Addressable target,
String key,
int maxlength)
|
abstract Sender |
SenderDriver.newSender(Addressable addr,
String name)
|
static com.sentilla.io.RandomAccessFile |
RemotePropertyDriver.open(Addressable target,
String key)
|
abstract com.sentilla.io.RandomAccessFile |
RemotePropertyDriver.openProperty(Addressable target,
String key)
|
static void |
RemotePropertyDriver.remove(Addressable target,
String key)
|
abstract void |
RemotePropertyDriver.removeProperty(Addressable target,
String key)
|
Uses of String in com.sentilla.net.mimeo |
---|
Methods in com.sentilla.net.mimeo that return String | |
---|---|
String |
Mimeo.getDriverName(int n)
|
Uses of String in com.sentilla.net.rpc.procedures |
---|
Fields in com.sentilla.net.rpc.procedures declared as String | |
---|---|
String[] |
RemoteGetPropertyKeys.MoteKeyList.key
|
Constructors in com.sentilla.net.rpc.procedures with parameters of type String | |
---|---|
RemoteGetProperty(String key,
int seek)
|
|
RemoteGetPropertyBytes(String key,
int len,
int seek)
|
|
RemoteGetPropertyObject(String key,
int seek)
|
|
RemoteRemoveProperty(String key)
|
|
RemoteSetProperty(String key,
int seek)
The open-only mode. |
|
RemoteSetProperty(String key,
int seek,
int len)
The open-or-create mode. |
|
RemoteSetPropertyBytes(String key,
byte[] data,
int seek)
Open (existing) property and write a byte array. |
|
RemoteSetPropertyBytes(String key,
byte[] data,
int seek,
int len)
Write (creating property if necessary) a remote property, using byte array. |
|
RemoteSetPropertyObject(String key,
Object value,
int seek)
Open (existing) property and write a remote property, using byte Object. |
|
RemoteSetPropertyObject(String key,
Object value,
int seek,
int len)
Write (creating property if necessary) a remote property, using Object. |
Uses of String in com.sentilla.platform.tmote |
---|
Methods in com.sentilla.platform.tmote that return String | |
---|---|
String |
TsrSensorDriver.getDriverName(int n)
|
String |
Sht11TemperatureDriver.getDriverName(int n)
|
String |
Sht11HumidityDriver.getDriverName(int n)
|
String |
SenderDriver.getDriverName(int n)
|
String |
RemoteServiceProtocol.getDriverName(int n)
This driver is not to be referenced by name. |
String |
ReceiverDriver.getDriverName(int n)
|
String |
PowerManagerDriver.getDriverName(int n)
|
String |
ParSensorDriver.getDriverName(int n)
|
String |
MoteSecurityDriver.getDriverName(int n)
|
String |
MotePowerDriver.getDriverName(int n)
|
String |
McuVoltageDriver.getDriverName(int n)
|
String |
McuTemperatureDriver.getDriverName(int n)
|
String |
LoopBackProtocol.getDriverName(int n)
Returns "loopback". |
String |
LedsDriver.getDriverName(int n)
|
String |
InterruptPinDriver.getDriverName(int n)
|
String |
FlashFileDriver.getDriverName(int n)
|
String |
FilePropertyDriver.getDriverName(int n)
|
String |
ExternUart.getDriverName(int n)
|
String |
Dispatcher.getDriverName(int n)
Returns the driver name of this class, "disp". |
String |
DigitalPinDriver.getDriverName(int n)
Get the name(s) of this driver. |
String |
CpuPowerDriver.getDriverName(int n)
|
String |
CpuDriver.getDriverName(int n)
|
String |
CollectionProtocol.getDriverName(int n)
Returns the string "collect". |
String |
CC2420Radio.getDriverName(int n)
Returns the strings "cc2420", "local", "radio", and "serial". |
String |
ByteSenderDriver.getDriverName(int n)
|
String |
ByteReceiverDriver.getDriverName(int n)
|
String |
ButtonDriver.getDriverName(int n)
|
String |
AccelerationSensorDriver.getDriverName(int n)
Returns the driver name. |
String |
FlashFile.readUTF()
|
Methods in com.sentilla.platform.tmote with parameters of type String | |
---|---|
InputStream |
GetJavaResource.getJavaResource(String resource_name)
|
InputStream |
BinFileUtil.getJavaResource(String resource_name)
|
static FlashFile |
BinFileUtil.getResource(String resource_name)
|
static FlashFile |
BinFileUtil.getResource(String resource_name,
int filenum)
|
static int |
Action.lookup(String action_name)
|
Sender |
SenderDriver.newSender(Addressable addr,
String name)
Returns a sender for protocol "name" and address "addr". |
void |
FilePropertyDriver.removeProperty(String key)
Remove a specific property from the property file. |
void |
FlashFile.writeUTF(String s)
|
Uses of String in com.sentilla.system |
---|
Methods in com.sentilla.system that return String | |
---|---|
abstract String |
DriverAdapter.getDriverName(int n)
Returns the valid name(s) for each driver. |
String |
Driver.getDriverName(int n)
Returns the valid name(s) for each driver. |
Methods in com.sentilla.system with parameters of type String | ||
---|---|---|
static PowerManager |
PowerManagerDriver.create(String driver)
Create a new PowerManager instance using the given driver name. |
|
static MoteSecurity |
MoteSecurityDriver.create(String driver)
Create a new MoteSecurity instance using the given driver name. |
|
static Leds |
LedsDriver.create(String driver)
Create a new Leds instance using the given driver name. |
|
static Cpu |
CpuDriver.create(String driver)
Create a new Cpu instance using the given driver name. |
|
static Button |
ButtonDriver.create(String driver)
Create a new Button instance using the given driver name. |
|
static
|
SensorDriver.create(String driver,
Class<Q> quantityClass)
Create a Sensor object for a specific type of sensor with measureable Quantity Q. |
|
static com.sentilla.io.RandomAccessFile |
PropertyDriver.create(String key,
int maxlength)
Create a new property or thrown an IORuntimeException if the property cannot be created. |
|
static InterruptPin |
InterruptPinDriver.create(String driver,
int id)
Create an InterruptPin object representing a specific pin on a microcontrollers. |
|
static DigitalPin |
DigitalPinDriver.create(String driver,
int id)
Create a DigitalPin object representing a specific pin on a microcontrollers. |
|
abstract com.sentilla.io.RandomAccessFile |
PropertyDriver.createProperty(String key,
int maxlength)
Create a new property or thrown an IORuntimeException if the property cannot be created. |
|
static
|
Drivers.getDriver(String name,
Class<D> driverClass)
Get a driver by name and type. |
|
static com.sentilla.io.RandomAccessFile |
PropertyDriver.open(String key)
Open an existing property or thrown an IORuntimeException if the property does not exist. |
|
abstract com.sentilla.io.RandomAccessFile |
PropertyDriver.openProperty(String key)
Open an existing property or thrown an IORuntimeException if the property does not exist. |
|
static void |
PropertyDriver.remove(String key)
Remove a property or throw an IORuntimeException if the property cannot be removed. |
|
abstract void |
PropertyDriver.removeProperty(String key)
Remove a property or thrown an IORuntimeException if the property cannot be removed. |
Constructors in com.sentilla.system with parameters of type String | |
---|---|
AppLoadingError(String message)
Create the error with an error string. |
|
BinarySlotAllocationError(String message)
Create the error with an error string. |
|
OperationTimedOutException(String message)
|
Uses of String in java.io |
---|
Methods in java.io that return String | |
---|---|
String |
DataInputStream.readUTF()
See the general contract of the readUTF
method of DataInput . |
String |
DataInput.readUTF()
Reads in a string that has been encoded using a modified UTF-8 format. |
static String |
DataInputStream.readUTF(DataInput in)
Reads from the stream in a representation
of a Unicode character string encoded in
Java modified UTF-8 format; this string
of characters is then returned as a String . |
String |
ByteArrayOutputStream.toString()
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding. |
Methods in java.io with parameters of type String | |
---|---|
void |
PrintStream.print(String s)
Print a string. |
void |
PrintStream.println(String x)
Print a String and then terminate the line. |
void |
Writer.write(String str)
Write a string. |
void |
OutputStreamWriter.write(String str,
int off,
int len)
Write a portion of a string. |
void |
Writer.write(String str,
int off,
int len)
Write a portion of a string. |
void |
DataOutputStream.writeChars(String s)
Writes a string to the underlying output stream as a sequence of characters. |
void |
DataOutput.writeChars(String s)
Writes every character in the string s ,
to the output stream, in order,
two bytes per character. |
void |
DataOutputStream.writeUTF(String str)
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner. |
void |
DataOutput.writeUTF(String s)
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s . |
Constructors in java.io with parameters of type String | |
---|---|
EOFException(String s)
Constructs an EOFException with the specified detail
message. |
|
InputStreamReader(InputStream is,
String enc)
Create an InputStreamReader that uses the named character encoding. |
|
InterruptedIOException(String s)
Constructs an InterruptedIOException with the
specified detail message. |
|
IOException(String s)
Constructs an IOException with the specified detail
message. |
|
OutputStreamWriter(OutputStream os,
String enc)
Create an OutputStreamWriter that uses the named character encoding. |
|
UnsupportedEncodingException(String s)
Constructs an UnsupportedEncodingException with a detail message. |
|
UTFDataFormatException(String s)
Constructs a UTFDataFormatException with the
specified detail message. |
Uses of String in java.lang |
---|
Fields in java.lang declared as String | |
---|---|
protected String |
ThreadGroup.name
|
Methods in java.lang that return String | |
---|---|
String |
String.concat(String str)
Concatenates the specified string to the end of this string. |
String |
Throwable.getMessage()
|
String |
Thread.getName()
Return the name of this thread. |
String |
Class.getName()
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class
object, as a String . |
static String |
System.getProperty(String key)
Gets the system property indicated by the specified key. |
String |
String.intern()
Returns a canonical representation for the string object. |
String |
String.replace(char oldChar,
char newChar)
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar . |
String |
String.substring(int beginIndex)
Returns a new string that is a substring of this string. |
String |
String.substring(int beginIndex,
int endIndex)
Returns a new string that is a substring of this string. |
static String |
Integer.toBinaryString(int i)
Creates a string representation of the integer argument as an unsigned integer in base 2. |
static String |
Long.toBinaryString(long i)
Creates a string representation of the long argument as an unsigned integer in base 2. |
static String |
Integer.toHexString(int i)
Creates a string representation of the integer argument as an unsigned integer in base 16. |
static String |
Long.toHexString(long i)
Creates a string representation of the long argument as an unsigned integer in base 16. |
String |
String.toLowerCase()
Converts all of the characters in this String to
lower case. |
static String |
Integer.toOctalString(int i)
Creates a string representation of the integer argument as an unsigned integer in base 8. |
static String |
Long.toOctalString(long i)
Creates a string representation of the long argument as an unsigned integer in base 8. |
String |
StringBuilder.toString()
Converts to a string representing the data in this string builder. |
String |
Long.toString()
Returns a String object representing this Long's value. |
String |
Integer.toString()
Returns a String object representing this Integer's value. |
String |
Short.toString()
Returns a String object representing this Short's value. |
String |
Byte.toString()
Returns a String object representing this Byte's value. |
String |
Double.toString()
Returns a String representation of this Double object. |
String |
Float.toString()
Returns a String representation of this Float object. |
String |
Character.toString()
Returns a String object representing this character's value. |
String |
Boolean.toString()
Returns a String object representing this Boolean's value. |
String |
StringBuffer.toString()
Converts to a string representing the data in this string buffer. |
String |
Thread.toString()
Return a string representation of this Thread, including its name and priority. |
String |
Throwable.toString()
|
String |
Class.toString()
Converts the object to a string. |
String |
String.toString()
The object is already a String! |
String |
Object.toString()
Returns a string representation of the object. |
static String |
Boolean.toString(boolean b)
Returns the string representation of the boolean argument. |
static String |
Double.toString(double d)
Creates a string representation of the double
argument. |
static String |
Float.toString(float f)
Returns a String representation for the specified float value. |
static String |
Integer.toString(int i)
Returns a new String object representing the specified integer. |
static String |
Integer.toString(int value,
int radix)
Creates a string representation of the first argument in the radix specified by the second argument. |
static String |
Long.toString(long l)
Returns a new String object representing the specified integer. |
static String |
Long.toString(long value,
int radix)
Creates a string representation of the first argument in the radix specified by the second argument. |
String |
String.toUpperCase()
Converts all of the characters in this String to
upper case. |
String |
String.trim()
Removes white space from both ends of this string. |
static String |
String.valueOf(boolean b)
Returns the string representation of the boolean argument. |
static String |
String.valueOf(char c)
Returns the string representation of the char
argument. |
static String |
String.valueOf(char[] data)
Returns the string representation of the char array
argument. |
static String |
String.valueOf(char[] data,
int offset,
int count)
Returns the string representation of a specific subarray of the char array argument. |
static String |
String.valueOf(double d)
Returns the string representation of the double argument. |
static String |
String.valueOf(float f)
Returns the string representation of the float argument. |
static String |
String.valueOf(int i)
Returns the string representation of the int argument. |
static String |
String.valueOf(long l)
Returns the string representation of the long argument. |
static String |
String.valueOf(Object obj)
Returns the string representation of the Object argument. |
Methods in java.lang with parameters of type String | |
---|---|
StringBuilder |
StringBuilder.append(String s)
Appends the string to this string builder. |
StringBuffer |
StringBuffer.append(String str)
Appends the string to this string buffer. |
int |
String.compareTo(String anotherString)
Compares two strings lexicographically. |
String |
String.concat(String str)
Concatenates the specified string to the end of this string. |
boolean |
String.endsWith(String suffix)
Tests if this string ends with the specified suffix. |
boolean |
String.equalsIgnoreCase(String anotherString)
Compares this String to another String ,
ignoring case considerations. |
static Class<?> |
Class.forName(String aName)
Returns the Class object associated with the class
with the given string name. |
byte[] |
String.getBytes(String enc)
Convert this String into bytes according to the specified
character encoding, storing the result into a new byte array. |
static String |
System.getProperty(String key)
Gets the system property indicated by the specified key. |
InputStream |
Class.getResourceAsStream(String resource)
Finds a resource with a given name in the application's JAR file. |
int |
String.indexOf(String str)
Returns the index within this string of the first occurrence of the specified substring. |
int |
String.indexOf(String str,
int fromIndex)
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index. |
StringBuilder |
StringBuilder.insert(int offset,
String s)
Inserts the string into this string builder. |
StringBuffer |
StringBuffer.insert(int offset,
String str)
Inserts the string into this string buffer. |
static byte |
Byte.parseByte(String s)
Assuming the specified String represents a byte, returns that byte's value. |
static byte |
Byte.parseByte(String s,
int radix)
Assuming the specified String represents a byte, returns that byte's value. |
static double |
Double.parseDouble(String s)
Returns a new double initialized to the value represented by the specified String , as performed by the valueOf
method of class Double . |
static float |
Float.parseFloat(String s)
Returns a new float initialized to the value represented by the specified String . |
static int |
Integer.parseInt(String s)
Parses the string argument as a signed decimal integer. |
static int |
Integer.parseInt(String s,
int radix)
Parses the string argument as a signed integer in the radix specified by the second argument. |
static long |
Long.parseLong(String s)
Parses the string argument as a signed decimal long . |
static long |
Long.parseLong(String s,
int radix)
Parses the string argument as a signed long in the
radix specified by the second argument. |
static short |
Short.parseShort(String s)
Assuming the specified String represents a short, returns that short's value. |
static short |
Short.parseShort(String s,
int radix)
Assuming the specified String represents a short, returns that short's value in the radix specified by the second argument. |
boolean |
String.regionMatches(boolean ignoreCase,
int toffset,
String other,
int ooffset,
int len)
Tests if two string regions are equal. |
boolean |
String.startsWith(String prefix)
Tests if this string starts with the specified prefix. |
boolean |
String.startsWith(String prefix,
int toffset)
Tests if this string starts with the specified prefix beginning at the specified index. |
static Integer |
Integer.valueOf(String s)
Returns a new Integer object initialized to the value of the specified String. |
static Double |
Double.valueOf(String s)
Returns a new Double object initialized to the value
represented by the specified string. |
static Float |
Float.valueOf(String s)
Returns the floating point value represented by the specified String. |
static Integer |
Integer.valueOf(String s,
int radix)
Returns a new Integer object initialized to the value of the specified String. |
Constructors in java.lang with parameters of type String | |
---|---|
AbstractMethodError(String msg)
|
|
ArithmeticException(String s)
Constructs an ArithmeticException with the specified
detail message. |
|
ArrayIndexOutOfBoundsException(String s)
Constructs an ArrayIndexOutOfBoundsException class
with the specified detail message. |
|
ArrayStoreException(String s)
Constructs an ArrayStoreException with the specified
detail message. |
|
ClassCastException(String s)
Constructs a ClassCastException with the specified
detail message. |
|
ClassNotFoundException(String s)
Constructs a ClassNotFoundException with the
specified detail message. |
|
Error(String s)
Constructs an Error with the specified detail message. |
|
Exception(String s)
Constructs an Exception with the specified detail message. |
|
ExceptionInInitializerError(String msg)
Constructs a new error with the specified detail message. |
|
IllegalAccessError(String s)
Constructs a IllegalAccessError with the specified
detail message. |
|
IllegalAccessException(String s)
Constructs an IllegalAccessException with a detail message. |
|
IllegalArgumentException(String s)
Constructs an IllegalArgumentException with the
specified detail message. |
|
IllegalMonitorStateException(String s)
Constructs an IllegalMonitorStateException with the
specified detail message. |
|
IllegalStateException(String s)
Constructs a IllegalStateException with the specified
detail message. |
|
IllegalThreadStateException(String s)
Constructs an IllegalThreadStateException with the
specified detail message. |
|
IncompatibleClassChangeError(String s)
Constructs a IncompatibleClassChangeError with the specified
detail message. |
|
IndexOutOfBoundsException(String s)
Constructs an IndexOutOfBoundsException with the
specified detail message. |
|
InstantiationException(String s)
Constructs an InstantiationException with the
specified detail message. |
|
InternalError(String s)
Constructs an InternalError with the specified
detail message. |
|
InterruptedException(String s)
Constructs an InterruptedException with the
specified detail message. |
|
LinkageError(String msg)
Constructs a new error with the specified detail message. |
|
NegativeArraySizeException(String s)
Constructs a NegativeArraySizeException with the
specified detail message. |
|
NoClassDefFoundError(String s)
Constructs a NoClassDefFoundError with the specified
detail message. |
|
NoSuchMethodError(String s)
Constructs a NoSuchMethodError with the specified
detail message. |
|
NullPointerException(String s)
Constructs a NullPointerException with the specified
detail message. |
|
NumberFormatException(String s)
Constructs a NumberFormatException with the
specified detail message. |
|
OutOfMemoryError(String s)
Constructs an OutOfMemoryError with the specified
detail message. |
|
RuntimeException(String s)
Constructs a RuntimeException with the specified
detail message. |
|
SecurityException(String s)
Constructs a SecurityException with the specified
detail message. |
|
StackOverflowError(String s)
Constructs a StackOverflowError with the specified
detail message. |
|
String(byte[] bytes,
int offset,
int count,
String enc)
Construct a new String by converting the specified
subarray of bytes using the specified character encoding. |
|
String(byte[] bytes,
String enc)
Construct a new String by converting the specified array
of bytes using the specified character encoding. |
|
String(String other)
Initializes a newly created String object so that it
represents the same sequence of characters as the argument; in other
words, the newly created string is a copy of the argument string. |
|
StringBuffer(String str)
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string. |
|
StringBuilder(String s)
Constructs a string builder so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string builder is a copy of the argument string. |
|
StringIndexOutOfBoundsException(String s)
Constructs a StringIndexOutOfBoundsException with
the specified detail message. |
|
Thread(Runnable target,
String name)
|
|
Thread(String name)
Allocates a new Thread object with the
given name. |
|
Throwable(String message)
|
|
UnsatisfiedLinkError(String msg)
Constructs a new error with the specified detail message. |
|
UnsupportedOperationException(String message)
Constructs an UnsupportedOperationException with the specified detail message. |
|
VerifyError(String msg)
Constructs a new error with the specified detail message. |
|
VirtualMachineError(String s)
Constructs a VirtualMachineError with the specified
detail message. |
Uses of String in java.util |
---|
Methods in java.util that return String | |
---|---|
static String[] |
TimeZone.getAvailableIDs()
Gets all the available IDs supported. |
String |
TimeZone.getID()
Gets the ID of this time zone. |
String |
Date.toString()
Converts this Date object to a String
of the form:
|
String |
Vector.toString()
Returns a string representation of this vector. |
String |
Hashtable.toString()
Returns a rather long string representation of this hashtable. |
Methods in java.util with parameters of type String | |
---|---|
static TimeZone |
TimeZone.getTimeZone(String ID)
Gets the TimeZone for the given ID. |
Constructors in java.util with parameters of type String | |
---|---|
NoSuchElementException(String s)
Constructs a NoSuchElementException , saving a reference
to the error message string s for later retrieval by the
getMessage method. |
Uses of String in javax.microedition.io |
---|
Methods in javax.microedition.io that return String | |
---|---|
String |
Datagram.getAddress()
Get the address of the datagram. |
String |
ContentConnection.getEncoding()
Returns a string describing the encoding of the content which the resource connected to is providing. |
String |
ContentConnection.getType()
Returns the type of content that the resource connected to is providing. |
Methods in javax.microedition.io with parameters of type String | |
---|---|
Datagram |
DatagramConnection.newDatagram(byte[] buf,
int size,
String addr)
Make a new datagram object. |
Datagram |
DatagramConnection.newDatagram(int size,
String addr)
Create a new datagram object. |
static Connection |
Connector.open(String name)
Create and open a Connection. |
static Connection |
Connector.open(String name,
int mode)
Create and open a Connection. |
static Connection |
Connector.open(String name,
int mode,
boolean timeouts)
Create and open a Connection. |
static DataInputStream |
Connector.openDataInputStream(String name)
Create and open a connection input stream. |
static DataOutputStream |
Connector.openDataOutputStream(String name)
Create and open a connection output stream. |
static InputStream |
Connector.openInputStream(String name)
Create and open a connection input stream. |
static OutputStream |
Connector.openOutputStream(String name)
Create and open a connection output stream. |
void |
Datagram.setAddress(String addr)
Set datagram address. |
Constructors in javax.microedition.io with parameters of type String | |
---|---|
ConnectionNotFoundException(String s)
Constructs a ConnectionNotFoundException with the specified detail message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |