Package | Description |
---|---|
java.io |
Input/Output support
|
java.lang |
Core Java classes
|
java.net |
Network communication through TCP and UDP sockets or URLs.
|
java.util |
Utilities
|
tijos.framework.appcenter |
Application center class
|
tijos.framework.devicecenter |
Device bus related classes, such as GPIO I2C, PWM, etc., can be used to develop the sensor which is not supported in the standard library
|
tijos.framework.networkcenter.dns |
DNS client
|
tijos.framework.networkcenter.mqtt |
MQTT3.1.1 client
|
tijos.framework.networkcenter.ntp |
Network time protocol client class
|
tijos.framework.platform |
System Settings related classes, like host name and other settings
|
tijos.framework.platform.peripheral |
Classes to access the peripherals on the development board, like keyboard, button, light, etc
|
tijos.framework.platform.wlan |
WIFI class
|
tijos.framework.sensor.button |
Button classes
|
tijos.framework.sensor.dht |
DHT11(22) classes
|
tijos.framework.sensor.ds18b20 |
DS18B20 classes
|
tijos.framework.sensor.general |
General Sensor classes
|
tijos.framework.sensor.hcsr |
HCSR04(04+) classes
|
tijos.framework.sensor.mq |
MQn classes
|
tijos.framework.sensor.vs1838b |
VS1838B classes
|
tijos.framework.transducer.buzzer |
Buzzer classse
|
tijos.framework.transducer.led |
LED classes
|
tijos.framework.transducer.oled |
OLED classes
|
tijos.framework.transducer.relay |
Relay classes
|
tijos.framework.util.base64 |
Utility classes for base64
|
tijos.framework.util.json |
JSON-java suppport
|
tijos.framework.util.text |
Dot matrix font class
|
Modifier and Type | Class and Description |
---|---|
class |
EOFException
This exception is thrown when the end of the file or stream was
encountered unexpectedly.
|
class |
FileNotFoundException |
class |
InterruptedIOException
This exception is thrown when a in process I/O operation is interrupted
for some reason.
|
class |
UnsupportedEncodingException
This exception is thrown when the requested character encoding is
not supported.
|
class |
UTFDataFormatException
When reading a UTF string from an input stream, this exception is thrown
to indicate that the data read is invalid.
|
Modifier and Type | Method and Description |
---|---|
Writer |
Writer.append(char c) |
Writer |
Writer.append(CharSequence cs) |
Writer |
Writer.append(CharSequence cs,
int start,
int end) |
int |
SequenceInputStream.available()
This method returns the number of bytes than can be read from the
currently being read subordinate stream before that stream could
block.
|
int |
PushbackInputStream.available()
This method returns the number of bytes that can be read from this
stream before a read can block.
|
int |
PipedInputStream.available()
This method returns the number of bytes that can be read from this stream
before blocking could occur.
|
int |
LineNumberInputStream.available()
Deprecated.
Returns the number of bytes that can be read from this input
stream without blocking.
|
int |
InputStream.available()
This method returns the number of bytes that can be read from this
stream before a read can block.
|
int |
FilterInputStream.available()
Calls the
in.available() method. |
int |
FileInputStream.available() |
int |
BufferedInputStream.available()
This method returns the number of bytes that can be read from this
stream before a read can block.
|
abstract void |
Writer.close()
This method closes the stream.
|
void |
StringWriter.close()
Closing a StringWriter has no effect.
|
void |
SequenceInputStream.close()
Closes this stream.
|
abstract void |
Reader.close()
Closes the stream.
|
void |
PushbackReader.close()
This method closes the stream and frees any associated resources.
|
void |
PushbackInputStream.close()
This method closes the stream and releases any associated resources.
|
void |
PipedWriter.close()
This method closes this stream so that no more data can be written
to it.
|
void |
PipedReader.close()
This methods closes the stream so that no more data can be read
from it.
|
void |
PipedOutputStream.close()
This method closes this stream so that no more data can be written
to it.
|
void |
PipedInputStream.close()
This methods closes the stream so that no more data can be read
from it.
|
void |
OutputStream.close()
This method closes the stream.
|
void |
InputStream.close()
This method closes the stream.
|
void |
FilterWriter.close()
This method closes the underlying
Writer . |
void |
FilterReader.close()
This method closes the stream by calling the
close() method
of the underlying stream. |
void |
FilterOutputStream.close()
This method closes the underlying
OutputStream . |
void |
FilterInputStream.close()
This method closes the input stream by closing the input stream that
this object is filtering.
|
void |
FileOutputStream.close()
Write the buffer to flash memory and update the file parameters in flash.
|
void |
Closeable.close()
Closes the stream represented by this class, thus freeing
system resources.
|
void |
ByteArrayInputStream.close()
Closing a ByteArrayInputStream has no effect.
|
void |
BufferedWriter.close() |
void |
BufferedReader.close() |
void |
BufferedInputStream.close()
This method closes the underlying input stream and frees any
resources associated with it.
|
void |
PipedOutputStream.connect(PipedInputStream sink)
Connects this object to the specified
PipedInputStream
object. |
void |
PipedInputStream.connect(PipedOutputStream source)
This method connects this stream to the passed in
PipedOutputStream . |
void |
PipedWriter.connect(PipedReader sink)
Connects this object to the specified
PipedReader
object. |
void |
PipedReader.connect(PipedWriter source)
This method connects this stream to the passed in
PipedWriter . |
boolean |
File.createNewFile()
Creates a new file entry in the flash memory.
|
static void |
File.defrag()
Defrag the file system.
|
abstract void |
Writer.flush()
This method forces any data that may have been buffered to be written
to the underlying output device.
|
void |
PipedWriter.flush()
This method does nothing.
|
void |
PipedOutputStream.flush()
This method does nothing.
|
void |
OutputStream.flush()
This method forces any data that may have been buffered to be written
to the underlying output device.
|
void |
Flushable.flush()
Flushes the stream represented by this class,
so that any buffered data is written to the stream.
|
void |
FilterWriter.flush()
This method attempt to flush all buffered output to be written to the
underlying output sink.
|
void |
FilterOutputStream.flush()
This method attempt to flush all buffered output to be written to the
underlying output sink.
|
void |
FileOutputStream.flush() |
void |
DataOutputStream.flush()
Flushes this data output stream.
|
void |
BufferedWriter.flush()
Flushes the stream.
|
void |
BufferedOutputStream.flush()
This method causes any currently buffered bytes to be immediately
written to the underlying output stream.
|
static void |
File.format()
Essentially formats the file system by writing TABLE_ID characters to
the first page of flash memory.
|
static int |
File.freeMemory()
Returns to total free memory in the flash file system.
|
static File[] |
File.listFiles()
Returns a list of files in the flash file system.
|
void |
StringReader.mark(int readAheadLimit)
Marks the present position in the stream.
|
void |
Reader.mark(int readLimit)
Marks a position in the input to which the stream can be
"reset" by calling the
reset() method. |
void |
PushbackReader.mark(int read_limit)
This method throws an exception when called since this class does
not support mark/reset.
|
void |
LineNumberReader.mark(int readAheadLimit)
Mark the present position in the stream.
|
void |
FilterReader.mark(int readlimit)
Calls the
in.mark(int) method. |
void |
CharArrayReader.mark(int readAheadLimit)
This method sets the mark position in this stream to the current
position.
|
void |
BufferedReader.mark(int readAheadLimit)
Marks the present position in the stream.
|
void |
File.moveToTop()
Move the file to become the last one in flash memory.
|
void |
BufferedWriter.newLine()
Writes a line separator.
|
int |
StreamTokenizer.nextToken()
Parses the next token from the input stream of this tokenizer.
|
int |
StringReader.read()
Reads a single character.
|
int |
SequenceInputStream.read()
This method reads an unsigned byte from the input stream and returns it
as an int in the range of 0-255.
|
int |
Reader.read()
Reads an char from the input stream and returns it
as an int in the range of 0-65535.
|
int |
PushbackReader.read()
This method reads an unsigned char from the input stream and returns it
as an int in the range of 0-65535.
|
int |
PushbackInputStream.read()
This method reads an unsigned byte from the input stream and returns it
as an int in the range of 0-255.
|
int |
PipedReader.read()
This method reads chars from the stream into a caller supplied buffer.
|
int |
PipedInputStream.read()
This method reads one byte from the stream.
|
int |
LineNumberReader.read()
Read a single character.
|
int |
LineNumberInputStream.read()
Deprecated.
Reads the next byte of data from this input stream.
|
abstract int |
InputStream.read()
This method reads an unsigned byte from the input stream and returns it
as an int in the range of 0-255.
|
int |
FilterReader.read()
Calls the
in.read() method |
int |
FilterInputStream.read()
Calls the
in.read() method |
int |
FileInputStream.read() |
int |
CharArrayReader.read()
This method reads one char from the stream.
|
int |
BufferedReader.read()
Reads a single character.
|
int |
BufferedInputStream.read()
This method reads an unsigned byte from the input stream and returns it
as an int in the range of 0-255.
|
int |
InputStream.read(byte[] b)
This method reads bytes from a stream and stores them into a caller
supplied buffer.
|
int |
FilterInputStream.read(byte[] buf)
Calls the
read(byte[], int, int) overloaded method. |
int |
DataInputStream.read(byte[] b)
Reads some number of bytes from the contained input stream and
stores them into the buffer array
b . |
int |
SequenceInputStream.read(byte[] b,
int off,
int len)
This method reads bytes from a stream and stores them into a caller
supplied buffer.
|
int |
PushbackInputStream.read(byte[] b,
int off,
int len)
This method read bytes from a stream and stores them into a
caller supplied buffer.
|
int |
PipedInputStream.read(byte[] buf,
int offset,
int len)
This method reads bytes from the stream into a caller supplied buffer.
|
int |
LineNumberInputStream.read(byte[] b,
int off,
int len)
Deprecated.
Reads up to
len bytes of data from this input stream
into an array of bytes. |
int |
InputStream.read(byte[] b,
int off,
int len)
This method read bytes from a stream and stores them into a
caller supplied buffer.
|
int |
FilterInputStream.read(byte[] buf,
int offset,
int len)
Calls the
in.read(byte[], int, int) method. |
int |
FileInputStream.read(byte[] b,
int off,
int len) |
int |
DataInputStream.read(byte[] b,
int off,
int len)
Reads up to
len bytes of data from the contained
input stream into an array of bytes. |
int |
BufferedInputStream.read(byte[] b,
int off,
int len)
This method reads bytes from a stream and stores them into a caller
supplied buffer.
|
int |
Reader.read(char[] buf)
Reads chars from a stream and stores them into a caller
supplied buffer.
|
int |
StringReader.read(char[] cbuf,
int off,
int len)
Reads characters into a portion of an array.
|
abstract int |
Reader.read(char[] buf,
int offset,
int count)
Read chars from a stream and stores them into a caller
supplied buffer.
|
int |
PushbackReader.read(char[] buffer,
int offset,
int length)
This method read chars from a stream and stores them into a caller
supplied buffer.
|
int |
PipedReader.read(char[] buf,
int offset,
int len)
This method reads characters from the stream into a caller supplied
buffer.
|
int |
LineNumberReader.read(char[] cbuf,
int off,
int len)
Read characters into a portion of an array.
|
int |
FilterReader.read(char[] buf,
int offset,
int len)
Calls the
in.read(char[], int, int) method. |
int |
CharArrayReader.read(char[] b,
int off,
int len)
This method reads chars from the stream and stores them into a
caller supplied buffer.
|
int |
BufferedReader.read(char[] cbuf,
int off,
int len)
Reads characters into a portion of an array.
|
boolean |
DataInputStream.readBoolean()
See the general contract of the
readBoolean
method of DataInput . |
boolean |
DataInput.readBoolean()
This method reads a Java boolean value from an input stream.
|
byte |
DataInputStream.readByte()
See the general contract of the
readByte
method of DataInput . |
byte |
DataInput.readByte()
This method reads a Java byte value from an input stream.
|
char |
DataInputStream.readChar()
See the general contract of the
readChar
method of DataInput . |
char |
DataInput.readChar()
This method reads a Java
char value from an input stream. |
double |
DataInputStream.readDouble()
See the general contract of the
readDouble
method of DataInput . |
double |
DataInput.readDouble()
This method reads a Java double value from an input stream.
|
float |
DataInputStream.readFloat()
See the general contract of the
readFloat
method of DataInput . |
float |
DataInput.readFloat()
This method reads a Java float value from an input stream.
|
void |
DataInputStream.readFully(byte[] b)
See the general contract of the
readFully
method of DataInput . |
void |
DataInput.readFully(byte[] buf)
This method reads raw bytes into the passed array until the array is
full.
|
void |
DataInputStream.readFully(byte[] b,
int off,
int len)
See the general contract of the
readFully
method of DataInput . |
void |
DataInput.readFully(byte[] buf,
int offset,
int len)
This method reads raw bytes into the passed array
buf
starting
offset bytes into the buffer. |
int |
DataInputStream.readInt()
See the general contract of the
readInt
method of DataInput . |
int |
DataInput.readInt()
This method reads a Java
int value from an input stream
It operates by reading four bytes from the stream and converting them to
a single Java int . |
String |
LineNumberReader.readLine()
Read a line of text.
|
String |
DataInputStream.readLine()
Deprecated.
This method does not properly convert bytes to characters.
As of JDK 1.1, the preferred way to read lines of text is via the
BufferedReader.readLine() method. Programs that use the
DataInputStream class to read lines can be converted to use
the BufferedReader class by replacing code of the form:
with:DataInputStream d = new DataInputStream(in); BufferedReader d = new BufferedReader(new InputStreamReader(in)); |
String |
DataInput.readLine()
This method reads the next line of text data from an input stream.
|
String |
BufferedReader.readLine()
Reads a line of text.
|
long |
DataInputStream.readLong()
See the general contract of the
readLong
method of DataInput . |
long |
DataInput.readLong()
This method reads a Java
long value from an input stream
It operates by reading eight bytes from the stream and converting them to
a single Java long . |
short |
DataInputStream.readShort()
See the general contract of the
readShort
method of DataInput . |
short |
DataInput.readShort()
This method reads a signed 16-bit value into a Java in from the stream.
|
int |
DataInputStream.readUnsignedByte()
See the general contract of the
readUnsignedByte
method of DataInput . |
int |
DataInput.readUnsignedByte()
This method reads 8 unsigned bits into a Java
int value from
the stream. |
int |
DataInputStream.readUnsignedShort()
See the general contract of the
readUnsignedShort
method of DataInput . |
int |
DataInput.readUnsignedShort()
This method reads 16 unsigned bits into a Java int value from the stream.
|
String |
DataInputStream.readUTF()
See the general contract of the
readUTF
method of DataInput . |
String |
DataInput.readUTF()
This method reads a
String from an input stream that is
encoded in 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
modified UTF-8 format;
this string of characters is then returned as a String . |
boolean |
StringReader.ready()
Tells whether this stream is ready to be read.
|
boolean |
Reader.ready()
Determines whether or not this stream is ready to be
read.
|
boolean |
PushbackReader.ready()
This method determines whether or not this stream is ready to be read.
|
boolean |
PipedReader.ready() |
boolean |
FilterReader.ready()
Calls the
in.read() method. |
boolean |
CharArrayReader.ready()
Return true if more characters are available to be read.
|
boolean |
BufferedReader.ready()
Tells whether this stream is ready to be read.
|
void |
StringReader.reset()
Resets the stream to the most recent mark, or to the beginning of the
string if it has never been marked.
|
void |
Reader.reset()
Resets a stream to the point where the
mark()
method was called. |
void |
PushbackReader.reset()
This method always throws an IOException in this class because
mark/reset functionality is not supported.
|
void |
PushbackInputStream.reset()
This method always throws an IOException in this class because
mark/reset functionality is not supported.
|
void |
LineNumberReader.reset()
Reset the stream to the most recent mark.
|
void |
LineNumberInputStream.reset()
Deprecated.
Repositions this stream to the position at the time the
mark method was last called on this input stream. |
void |
InputStream.reset()
This method resets a stream to the point where the
mark() method was called. |
void |
FilterReader.reset()
Calls the
in.reset() method. |
void |
FilterInputStream.reset()
Calls the
in.reset() method. |
void |
CharArrayReader.reset()
This method sets the read position in the stream to the mark
point by setting the
pos variable equal to the
mark variable. |
void |
BufferedReader.reset()
Resets the stream to the most recent mark.
|
void |
BufferedInputStream.reset()
This method resets a stream to the point where the
mark()
method was called. |
long |
StringReader.skip(long ns)
Skips the specified number of characters in the stream.
|
long |
Reader.skip(long count)
Skips the specified number of chars in the stream.
|
long |
PushbackReader.skip(long num_chars)
This method skips the specified number of chars in the stream.
|
long |
PushbackInputStream.skip(long n)
This method skips the specified number of bytes in the stream.
|
long |
LineNumberReader.skip(long n)
Skip characters.
|
long |
LineNumberInputStream.skip(long n)
Deprecated.
Skips over and discards
n bytes of data from this
input stream. |
long |
InputStream.skip(long n)
This method skips the specified number of bytes in the stream.
|
long |
FilterReader.skip(long num_chars)
Calls the
in.skip(long) method |
long |
FilterInputStream.skip(long numBytes)
Calls the
in.skip(long) method |
long |
FileInputStream.skip(long n) |
long |
CharArrayReader.skip(long n)
This method attempts to skip the requested number of chars in the
input stream.
|
long |
BufferedReader.skip(long n)
Skips characters.
|
long |
BufferedInputStream.skip(long n)
This method skips the specified number of bytes in the stream.
|
int |
DataInputStream.skipBytes(int n)
See the general contract of the
skipBytes
method of DataInput . |
int |
DataInput.skipBytes(int numBytes)
This method skips and discards the specified number of bytes in an
input stream.
|
void |
PushbackInputStream.unread(byte[] b)
This method pushes all of the bytes in the passed byte array into
the pushback bfer.
|
void |
PushbackInputStream.unread(byte[] b,
int off,
int len)
This method pushed back bytes from the passed in array into the
pushback buffer.
|
void |
PushbackReader.unread(char[] buf)
This method pushes all of the chars in the passed char array into
the pushback buffer.
|
void |
PushbackReader.unread(char[] buffer,
int offset,
int length)
This method pushed back chars from the passed in array into the pushback
buffer.
|
void |
PushbackReader.unread(int b)
This method pushes a single char of data into the pushback buffer.
|
void |
PushbackInputStream.unread(int b)
This method pushes a single byte of data into the pushback buffer.
|
void |
OutputStream.write(byte[] b)
This method all the writes bytes from the passed array to the
output stream.
|
void |
FilterOutputStream.write(byte[] buf)
This method writes all the bytes in the specified array to the underlying
OutputStream . |
void |
DataOutput.write(byte[] buf)
This method writes the raw byte array passed in to the output stream.
|
void |
PipedOutputStream.write(byte[] b,
int off,
int len)
This method writes
len bytes of data from the byte array
buf starting at index offset in the array
to the stream. |
void |
OutputStream.write(byte[] b,
int off,
int len)
This method writes
len bytes from the specified array
b starting at index off into the array. |
void |
FilterOutputStream.write(byte[] buf,
int offset,
int len)
This method calls the
write(int) method len
times for all bytes from the array buf starting at index
offset . |
void |
DataOutputStream.write(byte[] b,
int off,
int len)
Writes
len bytes from the specified byte array
starting at offset off to the underlying output stream. |
void |
DataOutput.write(byte[] buf,
int offset,
int len)
This method writes raw bytes from the passed array
buf
starting
offset bytes into the buffer. |
void |
BufferedOutputStream.write(byte[] buf,
int offset,
int len)
This method writes
len bytes from the byte array
buf starting at position offset in the buffer. |
void |
Writer.write(char[] buf)
This method all the writes char from the passed array to the output
stream.
|
abstract void |
Writer.write(char[] buf,
int offset,
int len)
This method writes
len char from the specified array
buf starting at index offset into the array. |
void |
PipedWriter.write(char[] buffer,
int offset,
int len)
This method writes
len chars of data from the char array
buf starting at index offset in the array
to the stream. |
void |
FilterWriter.write(char[] buf,
int offset,
int len)
This method writes
len chars from the array buf
starting at index offset to the underlying
Writer . |
void |
BufferedWriter.write(char[] cbuf,
int off,
int len)
Writes a portion of an array of characters.
|
void |
Writer.write(int b)
This method writes a single char to the output stream.
|
void |
PipedWriter.write(int b)
Write a single char of date to the stream.
|
void |
PipedOutputStream.write(int b)
Write a single byte of date to the stream.
|
abstract void |
OutputStream.write(int b)
This method writes a single byte to the output stream.
|
void |
FilterWriter.write(int b)
This method writes a single char of output to the underlying
Writer . |
void |
FilterOutputStream.write(int b)
This method writes a single byte of output to the underlying
OutputStream . |
void |
FileOutputStream.write(int b)
write 1 byte to the file; if necessary, file will be moved become the last file in memory
|
void |
DataOutputStream.write(int b)
Writes the specified byte (the low eight bits of the argument
b ) to the underlying output stream. |
void |
DataOutput.write(int value)
This method writes an 8-bit value (passed into the method as a Java
int ) to an output stream. |
void |
BufferedWriter.write(int c)
Writes a single character.
|
void |
BufferedOutputStream.write(int b)
This method writes a single byte of data.
|
void |
Writer.write(String str)
This method writes all the characters in a
String to the
output. |
void |
Writer.write(String str,
int offset,
int len)
This method writes
len chars from the String
starting at position offset . |
void |
FilterWriter.write(String str,
int offset,
int len)
This method writes
len chars from the String
starting at position offset . |
void |
BufferedWriter.write(String s,
int off,
int len)
Writes a portion of a String.
|
void |
DataOutputStream.writeBoolean(boolean v)
Writes a
boolean to the underlying output stream as
a 1-byte value. |
void |
DataOutput.writeBoolean(boolean value)
This method writes a Java boolean value to an output stream.
|
void |
DataOutputStream.writeByte(int v)
Writes out a
byte to the underlying output stream as
a 1-byte value. |
void |
DataOutput.writeByte(int value)
This method writes a Java byte value to an output stream.
|
void |
DataOutputStream.writeBytes(String s)
Writes out the string to the underlying output stream as a
sequence of bytes.
|
void |
DataOutput.writeBytes(String value)
This method writes all the bytes in a
String out to the
stream. |
void |
DataOutputStream.writeChar(int v)
Writes a
char to the underlying output stream as a
2-byte value, high byte first. |
void |
DataOutput.writeChar(int value)
This method writes a Java char value to an output stream.
|
void |
DataOutputStream.writeChars(String s)
Writes a string to the underlying output stream as a sequence of
characters.
|
void |
DataOutput.writeChars(String value)
This method writes all the characters of a
String to an
output stream as an array of char 's. |
void |
DataOutputStream.writeDouble(double v)
Converts the double argument to a
long using the
doubleToLongBits method in class Double ,
and then writes that long value to the underlying
output stream as an 8-byte quantity, high byte first. |
void |
DataOutput.writeDouble(double value)
This method writes a Java
double value to the stream. |
void |
DataOutputStream.writeFloat(float v)
Converts the float argument to an
int using the
floatToIntBits method in class Float ,
and then writes that int value to the underlying
output stream as a 4-byte quantity, high byte first. |
void |
DataOutput.writeFloat(float value)
This method writes a Java
float value to the stream. |
void |
DataOutputStream.writeInt(int v)
Writes an
int to the underlying output stream as four
bytes, high byte first. |
void |
DataOutput.writeInt(int value)
This method writes a Java int value to an output stream.
|
void |
DataOutputStream.writeLong(long v)
Writes a
long to the underlying output stream as eight
bytes, high byte first. |
void |
DataOutput.writeLong(long value)
This method writes a Java long value to an output stream.
|
void |
DataOutputStream.writeShort(int v)
Writes a
short to the underlying output stream as two
bytes, high byte first. |
void |
DataOutput.writeShort(int value)
This method writes a Java short value to an output stream.
|
void |
ByteArrayOutputStream.writeTo(OutputStream out)
This method writes all the bytes that have been written to this stream
from the internal buffer to the specified
OutputStream . |
void |
CharArrayWriter.writeTo(Writer out)
This method writes all the chars that have been written to this stream
from the internal buffer to the specified
Writer . |
void |
DataOutputStream.writeUTF(String str)
Writes a string to the underlying output stream using
modified UTF-8
encoding in a machine-independent manner.
|
void |
DataOutput.writeUTF(String value)
This method writes a Java
String to the stream in a modified
UTF-8 format. |
Constructor and Description |
---|
File(String name)
Creates a new File object.
|
FileInputStream(String name)
This method initializes a
FileInputStream to read from the
specified named file. |
FileOutputStream(File f)
create a new OutputStream to write to this file, starting at the beginning of the file.
|
FileOutputStream(File f,
boolean append)
create a new OutputStream to write to this file
|
FileOutputStream(String name)
This method initializes a
FileInputStream to read from the
specified named file. |
FileOutputStream(String name,
boolean append) |
FileReader(String name)
This method initializes a
FileReader instance to read from
the specified named file. |
FileWriter(File file)
This method initializes a new
FileWriter object to write
to the specified File object. |
FileWriter(File file,
boolean append)
This method initializes a new
FileWriter object to write
to the specified File object. |
FileWriter(String name)
This method intializes a new
FileWriter object to
write to the
specified named file. |
FileWriter(String name,
boolean append)
This method intializes a new
FileWriter object to
write to the
specified named file. |
PipedInputStream(PipedOutputStream source)
This constructor creates a new
PipedInputStream and connects
it to the passed in PipedOutputStream . |
PipedInputStream(PipedOutputStream source,
int pipeSize)
This constructor creates a new
PipedInputStream of the given
size and connects it to the passed in PipedOutputStream . |
PipedOutputStream(PipedInputStream sink)
Create a new
PipedOutputStream instance
to write to the specified PipedInputStream . |
PipedReader(PipedWriter source)
This constructor creates a new
PipedReader and connects
it to the passed in PipedWriter . |
PipedReader(PipedWriter source,
int pipeSize)
Creates a
PipedReader so that it is connected
to the piped writer src and uses the specified
pipe size for the pipe's buffer. |
PipedWriter(PipedReader sink)
Create a new
PipedWriter instance
to write to the specified PipedReader . |
PrintStream(File file)
This method initializes a new
PrintStream object to write
to the specified output File. |
PrintStream(String fileName)
This method initializes a new
PrintStream object to write
to the specified output File. |
PrintWriter(File file)
This initializes a new PrintWriter object to write to the specified
file.
|
PrintWriter(File file,
String enc)
This initializes a new PrintWriter object to write to the specified
file.
|
PrintWriter(String file)
This initializes a new PrintWriter object to write to the specified
file.
|
PrintWriter(String file,
String enc)
This initializes a new PrintWriter object to write to the specified
file.
|
Modifier and Type | Method and Description |
---|---|
Appendable |
Appendable.append(char c)
Appends the Unicode character, c, to this
Appendable
object. |
Appendable |
Appendable.append(CharSequence seq)
Appends the specified sequence of Unicode characters to this
Appendable object. |
Appendable |
Appendable.append(CharSequence seq,
int start,
int end)
Appends the specified subsequence of Unicode characters to this
Appendable object, starting and ending at the specified
positions within the sequence. |
Modifier and Type | Class and Description |
---|---|
class |
SocketException
This exception indicates that a generic error occurred related to an
operation on a socket.
|
class |
SocketTimeoutException
This exception signals that a socket read or accept timed out.
|
class |
UnknownHostException
This exception indicates that an attempt was made to reference a hostname or
IP address that is not valid.
|
Modifier and Type | Method and Description |
---|---|
Socket |
ServerSocket.accept()
Accepts a new connection and returns a connected
Socket instance
representing that connection. |
int |
Socket.available()
Returns the number of bytes that the caller can read from this socket
without blocking.
|
void |
Socket.bind(SocketAddress bindpoint)
Binds the socket to the given local address/port
|
void |
ServerSocket.bind(SocketAddress endpoint)
Binds the server socket to a specified socket address
|
void |
ServerSocket.bind(SocketAddress endpoint,
int backlog)
Binds the server socket to a specified socket address
|
void |
Socket.close()
Closes the socket.
|
void |
ServerSocket.close()
Closes this socket and stops listening for connections
|
void |
Socket.connect(SocketAddress endpoint)
Connects the socket with a remote address.
|
void |
Socket.connect(SocketAddress endpoint,
int timeout)
Connects the socket with a remote address.
|
void |
Socket.flush() |
InputStream |
Socket.getInputStream()
Returns an InputStream for reading from this socket.
|
OutputStream |
Socket.getOutputStream()
Returns an OutputStream for writing to this socket.
|
int |
ServerSocket.getSoTimeout()
Retrieves the current value of the SO_TIMEOUT setting.
|
int |
Socket.read()
Reads the next byte of data and returns it as an int.
|
int |
Socket.read(byte[] buf,
int offset,
int len)
Reads up to len bytes of data into the caller supplied buffer starting
at offset bytes from the start of the buffer
|
void |
DatagramSocket.receive(DatagramPacket p)
Reads a datagram packet from the socket.
|
void |
DatagramSocket.send(DatagramPacket p)
Sends the specified packet.
|
void |
Socket.sendUrgentData(int data)
Sends urgent data through the socket
|
void |
Socket.shutdownInput()
Closes the input side of the socket stream.
|
void |
Socket.shutdownOutput()
Closes the output side of the socket stream.
|
void |
Socket.write(byte[] buf,
int offset,
int len)
Writes len number of bytes from the array buf to the stream starting
at offset bytes into the buffer.
|
void |
Socket.write(int b)
Writes a byte (passed in as an int) to the given output stream
|
Constructor and Description |
---|
ServerSocket()
Constructor that simply sets the implementation.
|
ServerSocket(int port)
Creates a server socket and binds it to the specified port.
|
ServerSocket(int port,
int backlog)
Creates a server socket and binds it to the specified port.
|
ServerSocket(int port,
int backlog,
InetAddress bindAddr)
Creates a server socket and binds it to the specified port.
|
Socket(InetAddress address,
int port)
Initializes a new instance of
Socket and connects to the
address and port number specified as arguments. |
Socket(InetAddress host,
int port,
boolean stream)
Deprecated.
Use the
DatagramSocket class to create
datagram oriented sockets. |
Socket(InetAddress address,
int port,
InetAddress localAddr,
int localPort)
Initializes a new instance of
Socket and connects to the
address and port number specified as arguments, plus binds to the
specified local address and port. |
Socket(String host,
int port)
Initializes a new instance of
Socket and connects to the
hostname and port specified as arguments. |
Socket(String host,
int port,
boolean stream)
Deprecated.
Use the
DatagramSocket class to create
datagram oriented sockets. |
Socket(String host,
int port,
InetAddress localAddr,
int localPort)
Initializes a new instance of
Socket that connects to the
named host on the specified port and binds to the specified local address
and port. |
Modifier and Type | Method and Description |
---|---|
IOException |
Formatter.ioException()
Returns the last I/O exception thrown by the
append() operation of the underlying
output stream. |
Modifier and Type | Method and Description |
---|---|
void |
Properties.load(InputStream inStream)
Reads a property list from the supplied input stream.
|
void |
Properties.load(Reader inReader)
Reads a property list from a character stream.
|
void |
Properties.store(OutputStream out,
String header)
Writes the key/value pairs to the given output stream, in a format
suitable for
load .If header is not null, this method writes a comment containing the header as first line to the stream. |
Constructor and Description |
---|
Formatter(File file)
Constructs a new
Formatter using the default
locale and character set, with the specified file as the
output stream. |
Formatter(File file,
String charset)
Constructs a new
Formatter using the default
locale, with the specified file as the output stream
and the supplied character set. |
Formatter(File file,
String charset,
Locale loc)
Constructs a new
Formatter using the specified
file as the output stream with the supplied character set
and locale. |
Formatter(String file)
Constructs a new
Formatter using the default
locale and character set, with the specified file as the
output stream. |
Formatter(String file,
String charset)
Constructs a new
Formatter using the default
locale, with the specified file as the output stream
and the supplied character set. |
Formatter(String file,
String charset,
Locale loc)
Constructs a new
Formatter using the specified
file as the output stream with the supplied character set
and locale. |
Modifier and Type | Method and Description |
---|---|
TiAPP |
TiAPPManager.activate(int type)
Activate the current APP
|
TiAPP |
TiAPPManager.activate(String typeName)
Activate the current APP
|
OutputStream |
TiAPPManager.create(int fid,
int size)
Create a new APP and return the OutputStream
|
void |
TiAPP.delete()
Delete the APP
|
void |
TiAPP.enableAutorun()
Enable the APP autorun
|
TiAPP[] |
TiAPPManager.enumerate()
Enumerate the APPs
|
void |
TiAPP.execute(boolean immediate,
String args)
Execute the APP
|
void |
TiAPPManager.format()
Format the APP storage area
|
TiAPP |
TiAPPManager.getAPP(int fid)
Gets the specified APP
|
TiAPP |
TiAPPManager.getAutorunAPP()
Gets the autorun APP
|
TiAPP |
TiAPPManager.getRunningAPP()
Gets the current running APP
|
Modifier and Type | Method and Description |
---|---|
int |
TiUART.available()
Check read available
|
void |
TiPWM.captureFreqAndDuty(int capture)
Capture frequency and duty
|
void |
TiUART.clear(int buffer)
Clear the data buffer
|
void |
TiUART.close()
Close the port of current object
|
void |
TiSPIMaster.close()
Close the port of current object
|
void |
TiPWM.close()
Close the port of current object
|
void |
TiOWMaster.close()
Close the port of current object
|
void |
TiI2CMaster.close()
Close the port of current object
|
void |
TiGPIO.close()
Close the port of current object
|
void |
TiADC.close()
Close the port of current object
|
double |
TiPWM.getDutyCycle(int channelID)
Gets the duty cycle
NOTE1: if the mode is OUTPUT, this is the duty cycle of the output pulse NOTE2: if the mode is INPUT, this is the duty cycle of the capture pulse |
int |
TiPWM.getFrequency()
Gets the frequency
NOTE1: if the mode is OUTPUT, this is the frequency of the output pulse NOTE2: if the mode is INPUT, this is the frequency of the capture pulse |
int |
TiADC.getRawValue(int channelID)
Turn on conversion and gets the raw value
|
double |
TiADC.getVoltageValue(int channelID)
Turn on conversion and gets the voltage value
|
static TiUART |
TiUART.open(int portID)
Open the TiUART port by port id, and return the object
NOTE1: control is CONTROL_NONE, that is default flow control type NOTE2: remapID is 0, that is default location |
static TiSPIMaster |
TiSPIMaster.open(int portID)
Open the TiSPIMaster port by port id, and return the object
NOTE: remapID is 0, that is default location |
static TiI2CMaster |
TiI2CMaster.open(int portID)
Open the TiI2CMaster port by port id, and return the object
NOTE: the SMBA disable, remapID is 0, that is default location |
static TiPWM |
TiPWM.open(int portID,
int... channelIDs)
Open the TiPWM port by port id and the channel list, and return the
object
NOTE: remapID is 0, that is default location |
static TiOWMaster |
TiOWMaster.open(int portID,
int... ioIDs)
Open the TiOWMaster port by port id and the io list, and return the object
|
static TiGPIO |
TiGPIO.open(int portID,
int... pinIDs)
Open the TiGPIO port by port id and the pin list, and return the object
|
static TiADC |
TiADC.open(int portID,
int... channelIDs)
Open the TiADC port by port id and the channel list, and return the object
|
static TiI2CMaster |
TiI2CMaster.openRemap(int portID,
boolean smba,
int remapID)
Open the TiI2CMaster port by port id and remap id, and return the object
|
static TiSPIMaster |
TiSPIMaster.openRemap(int portID,
int remapID)
Open the TiSPIMaster port by port id and remap id, and return the object
|
static TiPWM |
TiPWM.openRemap(int portID,
int remapID,
int... channelIDs)
Open the TiPWM port by port id, remap id and the channel list, and return the
object
|
static TiUART |
TiUART.openRemap(int portID,
int control,
int remapID)
Open the TiUART port by port id, flow control type and remap id, and return
the object
|
int |
TiUART.read(byte[] data,
int offset,
int len)
Read date from receive data buffer
|
int |
TiSPIMaster.read(byte[] data,
int offset,
int len)
Read the data from salve
|
void |
TiI2CMaster.read(int address,
byte[] data,
int offset,
int len)
Read the bytes data from salve with address
|
void |
TiI2CMaster.read(int address,
byte[] data,
int offset,
int len,
boolean repeated)
Read the bytes data from salve with address
|
void |
TiI2CMaster.read(int address,
int subAddress,
byte[] data,
int offset,
int len)
Read the bytes data from salve with address and sub address
|
int |
TiOWMaster.readBits(int ioID,
int bits)
Read bits from slave on io
|
int |
TiGPIO.readPin(int pinID)
Read the pin level value
|
int |
TiGPIO.readPort()
Read the port value
|
void |
TiOWMaster.reset(int ioID)
Reset the slave on io
|
void |
TiSPIMaster.selectSlave(boolean enable)
Select the slave or not
|
void |
TiPWM.setDutyCycle(int channelID,
double duty)
Set the duty cycle
NOTE: only for OUTPUT mode, this is the duty cycle of the output pulse The above settings will not take effect until updateFreqAndDuty
is called |
void |
TiGPIO.setEventParameters(int pinID,
int evt,
int captureFilter)
Set the pin event parameters
|
void |
TiPWM.setFrequency(int freqValue)
Set the frequency
NOTE: only for OUTPUT mode, this is the frequency of the output pulse The above settings will not take effect until updateFreqAndDuty
is called |
void |
TiPWM.setNStateParameters(boolean enable,
int deadTime,
boolean brake)
Set the NState(that is complementary) parameters
|
void |
TiI2CMaster.setWorkBaudrate(int baudRate)
Set the work baud rate
|
void |
TiPWM.setWorkMode(int channelID,
int mode)
Set the channel work mode
|
void |
TiOWMaster.setWorkMode(int ioID,
int mode)
Set the io work mode
|
void |
TiGPIO.setWorkMode(int pinID,
int mode)
Set the pin work mode
|
void |
TiUART.setWorkParameters(int dataBitNum,
int stopBitNum,
int parity,
int baudRate)
Set work parameters
|
void |
TiSPIMaster.setWorkParameters(int mode,
int type,
int order,
int baudRate)
Set work parameters
|
void |
TiPWM.updateFreqAndDuty()
Update frequency and duty
|
int |
TiUART.write(byte[] data,
int offset,
int len)
Write date to send data buffer
|
int |
TiSPIMaster.write(byte[] data,
int offset,
int len)
Write the data to salve
|
void |
TiI2CMaster.write(int address,
byte[] data,
int offset,
int len)
Write the bytes data to salve with address
|
void |
TiI2CMaster.write(int address,
byte[] data,
int offset,
int len,
boolean repeated)
Write the bytes data to salve with address
|
void |
TiI2CMaster.write(int address,
int subAddress,
byte[] data,
int offset,
int len)
Write the bytes data to salve with address and sub address
|
void |
TiOWMaster.writeBits(int ioID,
int value,
int bits)
Write bits to slave on io
|
void |
TiGPIO.writePin(int pinID,
int levelValue)
Write the pin level value
|
void |
TiGPIO.writePort(int value)
Write the port value
|
Modifier and Type | Method and Description |
---|---|
void |
TiDNS.changeServer(String primaryAddress,
String secondaryAddress)
Change the DNS server address, effective at next startup
|
String[] |
TiDNS.getServer()
Gets the DNS server address
|
void |
TiDNS.shutdown()
Shutdown the DNS service
|
void |
TiDNS.startup()
Startup the DNS service
|
Modifier and Type | Class and Description |
---|---|
class |
MqttException
This exception is thrown to indicate an mqtt problem of some sort occurred.
|
Modifier and Type | Method and Description |
---|---|
void |
MqttClient.connectAcked(int connResult) |
void |
MqttClient.messageArrived(int msgNum) |
void |
MqttClient.messageCompleted(int completedNum,
int waitNum) |
void |
MqttClient.networkStateChange(int oldState,
int newState) |
Modifier and Type | Method and Description |
---|---|
TimeInfo |
NTPUDPClient.getTime(InetAddress host)
Retrieves the time information from the specified server on the default NTP
port and returns it.
|
TimeInfo |
NTPUDPClient.getTime(InetAddress host,
int port)
Retrieves the time information from the specified server and port and returns
it.
|
Modifier and Type | Method and Description |
---|---|
void |
TiSettings.renameHost(String name)
Rename the host
|
void |
TiSettings.resetLoggerLevel(int level)
Reset the global logger level
|
void |
TiPower.sleep()
Sleep
|
void |
TiPower.standby(int timeWakeup)
Standby
|
void |
TiPower.stop(int timeWakeup)
Stop
|
Modifier and Type | Method and Description |
---|---|
void |
TiKeyboard.setEventListener(ITiKeyboardListener lc)
Set the TiKeyboard event listener
|
void |
TiLight.turnOff(int id)
Turn off the light
|
void |
TiLight.turnOn(int id)
Turn on the light
|
void |
TiLight.turnOver(int id)
Turn over the light
|
Modifier and Type | Method and Description |
---|---|
void |
TiWiFi.changePassword(String password)
Change the WiFi password, effective at next startup
|
void |
TiWiFi.changeSoftAPPassword(String password)
Change the WiFi softAP password, effective at next startup
|
void |
TiWiFi.changeSoftAPSSID(String SSID)
Change the WiFi softAP SSID, effective at next startup
|
void |
TiWiFi.changeSSID(String SSID)
Change the WiFi SSID, effective at next startup
|
String |
TiWiFi.getAddress()
Gets the address of WiFi
|
String |
TiWiFi.getPassword()
Gets the WiFi password
|
String |
TiWiFi.getSoftAPAddress()
Gets the address of softAP of WiFi
|
String |
TiWiFi.getSoftAPPassword()
Gets the WiFi softAP password
|
String |
TiWiFi.getSoftAPSSID()
Gets the WiFi softAP SSID
|
String[] |
TiWiFi.getSoftAPStaticAddress()
Gets the WiFi softAP static address
|
int |
TiWiFi.getSoftAPStationNum()
Gets the number of station on the softAP of WiFi
|
String |
TiWiFi.getSSID()
Gets the WiFi SSID
|
String[] |
TiWiFi.getStaticAddress()
Gets the WiFi static address
|
boolean |
TiWiFi.isConnected()
Check if WiFi is connected
|
void |
TiWiFi.setSoftAPStaticAddress(String localAddress,
String gateWayAddress,
int subnetPrefix)
Set the WiFi softAP static address, effective at next startup
|
void |
TiWiFi.setStaticAddress(String localAddress,
String gateWayAddress,
int subnetPrefix)
Set the WiFi static address, effective at next startup
|
void |
TiWiFi.shutdown()
Shutdown the WiFi, WiFi and WiFiSoftAP are shutdown at the same time
|
void |
TiWiFi.shutdownSoftAP()
Shutdown the softAP of WiFi
|
void |
TiWiFi.smartConfig(int timeout)
The WiFi smart configuration, and connect to the AP
|
void |
TiWiFi.startup(int timeout)
Startup the WiFi, and connect to the AP
|
void |
TiWiFi.startupSoftAP(boolean hidden)
Startup the softAP of WiFi, WiFi must startup first
|
Modifier and Type | Method and Description |
---|---|
void |
TiButton.setEventListener(ITiButtonEventListener lc)
Set the TiButton event listener
|
Constructor and Description |
---|
TiButton(TiGPIO gpio,
int signalPinID)
TiButton initialization, default:highLevel=false
|
TiButton(TiGPIO gpio,
int signalPinID,
boolean highLevel)
TiButton initialization
|
Modifier and Type | Method and Description |
---|---|
void |
TiDHT.measure()
Startup humiture measurement
|
Constructor and Description |
---|
TiDHT(TiGPIO gpio,
int dataPinID)
TiDHT initialization, default:model=DHT11
|
TiDHT(TiGPIO gpio,
int dataPinID,
boolean model22)
TiDHT initialization
|
Modifier and Type | Method and Description |
---|---|
TiDS18B20ROM[] |
TiDS18B20.enumeration()
Device enumeration, maximum support 8
|
double |
TiDS18B20.getTemperature()
Gets the temperature
|
void |
TiDS18B20.measure()
Startup temperature measurement
|
void |
TiDS18B20.setResolution(int bits)
Set the resolution
|
Constructor and Description |
---|
TiDS18B20(TiOWMaster ow,
int ioID)
TiDS18B20 initialization
|
Modifier and Type | Method and Description |
---|---|
int |
TiGeneralSensor.getAnalogOutput()
Gets the analog output value of AOUT
|
int |
TiGeneralSensor.getDigitalOutput()
Gets the value of DOUT
|
void |
TiGeneralSensor.setEventListener(ITiGeneralSensorEventListener lc)
Set the TiGeneralSensor event listener
|
Constructor and Description |
---|
TiGeneralSensor(TiGPIO gpio,
int signalPinID)
TiGeneralSensor initialization, without adc
|
TiGeneralSensor(TiGPIO gpio,
int signalPinID,
TiADC adc,
int analogChannelID)
TiGeneralSensor initialization, with adc
|
Modifier and Type | Method and Description |
---|---|
void |
TiHCSR04.measure()
Startup distance measurement
|
Constructor and Description |
---|
TiHCSR04(TiGPIO gpio,
int trigPinID,
int echoPinID)
TiHCSR04 initialization
|
Modifier and Type | Method and Description |
---|---|
int |
TiMQ.getAnalogOutput()
Gets the analog output value of AOUT
|
int |
TiMQ.getDigitalOutput()
Gets the value of DOUT
|
boolean |
TiMQ.isGreaterThanThreshold()
Check if greater than the threshold value
|
void |
TiMQ.setEventListener(ITiMQEventListener lc)
Set the TiMQn event listener
|
Constructor and Description |
---|
TiMQ(TiGPIO gpio,
int signalPinID)
TiMQn initialization, without adc
|
TiMQ(TiGPIO gpio,
int signalPinID,
TiADC adc,
int analogChannelID)
TiMQn initialization, with adc
|
Modifier and Type | Method and Description |
---|---|
void |
TiVS1838BNEC.setEventListener(ITiVS1838BNECEventListener lc)
Set the TiVS1838BNEC event listener
|
Constructor and Description |
---|
TiVS1838BNEC(TiGPIO gpio,
int dataPinID)
TiVS1838B initialization
|
Modifier and Type | Method and Description |
---|---|
void |
TiBuzzer.turnOff()
Turn off
|
void |
TiBuzzer.turnOn()
Turn on
|
Constructor and Description |
---|
TiBuzzer(TiGPIO gpio,
int signalPinID)
TiBuzzer initialization, default:highLevel=false
|
TiBuzzer(TiGPIO gpio,
int signalPinID,
boolean highLevel)
TiBuzzer initialization
|
Modifier and Type | Method and Description |
---|---|
int |
TiRGBLED.getBlueBrightness()
Gets the current blue brightness level
|
int |
TiRGBLED.getFrequency()
Gets the current frequency
|
int |
TiRGBLED.getGreenBrightness()
Gets the current green brightness level
|
int |
TiRGBLED.getRedBrightness()
Gets the current red brightness level
|
void |
TiRGBLED.setBlueBrightness(int level)
Set blue brightness level
|
void |
TiRGBLED.setFrequency(int frequency)
Set the frequency
|
void |
TiRGBLED.setGreenBrightness(int level)
Set green brightness level
|
void |
TiRGBLED.setRedBrightness(int level)
Set red brightness level
|
void |
TiLED.turnOff()
Turn off
|
void |
TiLED.turnOn()
Turn on
|
void |
TiLED.turnOver()
Turn over
|
void |
TiRGBLED.updateBrightness()
Update the red,green,and blue brightness
|
Constructor and Description |
---|
TiLED(TiGPIO gpio,
int signalPinID)
TiLED initialization, default:highLevel=false
|
TiLED(TiGPIO gpio,
int signalPinID,
boolean highLevel)
TiLED initialization
|
TiRGBLED(TiPWM pwm,
int redChannelID,
int greenChannelID,
int blueChannelID)
TiRGBLED initialization, default:highLevel=false
|
TiRGBLED(TiPWM pwm,
int redChannelID,
int greenChannelID,
int blueChannelID,
boolean highLevel)
TiRGBLED initialization
|
Modifier and Type | Method and Description |
---|---|
void |
TiOLED_UG2864.clear()
Clear screen
|
void |
TiOLED_UG2864.output(String text)
Output string text,
position automatic movement |
void |
TiOLED_UG2864.print(int lineId,
int columnId,
String text)
Print string text,
position automatic movement, data that exceeds the length will be automatically deleted |
void |
TiOLED_UG2864.turnOff()
Turn off screen
|
void |
TiOLED_UG2864.turnOn()
Turn on screen
|
Constructor and Description |
---|
TiOLED_UG2864(TiI2CMaster i2c,
int address)
TiOLED_UG2864 initialization
|
Modifier and Type | Method and Description |
---|---|
void |
TiRelay1CH.turnOff()
Turn off
|
void |
TiRelay1CH.turnOn()
Turn on
|
Constructor and Description |
---|
TiRelay1CH(TiGPIO gpio,
int signalPinID)
TiRelay1CH initialization, default:highLevel=true
|
TiRelay1CH(TiGPIO gpio,
int signalPinID,
boolean highLevel)
TiRelay1CH initialization
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
Base64.decode(String b64)
Decode a Base-64 string into a byte array.
|
Modifier and Type | Method and Description |
---|---|
static Writer |
JSONObject.quote(String string,
Writer w) |
Modifier and Type | Method and Description |
---|---|
byte[][] |
TiDotMatrix.convert(String text)
Convert text string to dot matrix array
|