CLDC Almanac
Object Throwable Exception RuntimeException ArithmeticException
|
ArithmeticException()
ArithmeticException(String s)
|
Object Throwable Exception RuntimeException IndexOutOfBoundsException ArrayIndexOutOfBoundsException
|
ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException(int index)
ArrayIndexOutOfBoundsException(String s)
|
Object Throwable Exception RuntimeException ArrayStoreException
|
ArrayStoreException()
ArrayStoreException(String s)
|
Object Boolean
|
Boolean(boolean value) boolean booleanValue() boolean equals(Object obj) CLDC 1.1  Boolean FALSE int hashCode() String toString() CLDC 1.1  Boolean TRUE
|
Object Byte
|
Byte(byte value) byte byteValue() boolean equals(Object obj) int hashCode()
 byte MAX_VALUE
 byte MIN_VALUE byte parseByte(String s) throws NumberFormatException byte parseByte(String s, int radix) throws NumberFormatException String toString()
|
Object InputStream ByteArrayInputStream
|
int available()
 byte[] buf ByteArrayInputStream(byte[] buf) ByteArrayInputStream(byte[] buf, int offset, int length) void close() throws IOException
 int count
 int mark void mark(int readAheadLimit) boolean markSupported()
 int pos int read() int read(byte[] b, int off, int len) void reset() long skip(long n)
|
Object OutputStream ByteArrayOutputStream
|
 byte[] buf ByteArrayOutputStream() ByteArrayOutputStream(int size) void close() throws IOException
 int count void reset() int size() byte[] toByteArray() String toString() void write(byte[] b, int off, int len) void write(int b)
|
Object Calendar
|
boolean after(Object when)  int AM  int AM_PM  int APRIL  int AUGUST boolean before(Object when)  Calendar() CLDC 1.1  void computeFields() CLDC 1.1  void computeTime()  int DATE  int DAY_OF_MONTH  int DAY_OF_WEEK  int DECEMBER boolean equals(Object obj)  int FEBRUARY CLDC 1.1  int[] fields  int FRIDAY int get(int field) Calendar getInstance() Calendar getInstance(TimeZone zone) Date getTime() long getTimeInMillis() TimeZone getTimeZone()  int HOUR  int HOUR_OF_DAY CLDC 1.1  boolean[] isSet  int JANUARY  int JULY  int JUNE  int MARCH  int MAY  int MILLISECOND  int MINUTE  int MONDAY  int MONTH  int NOVEMBER  int OCTOBER  int PM  int SATURDAY  int SECOND  int SEPTEMBER void set(int field, int value) void setTime(Date date) void setTimeInMillis(long millis) void setTimeZone(TimeZone value)  int SUNDAY  int THURSDAY CLDC 1.1  long time  int TUESDAY  int WEDNESDAY  int YEAR
|
Object Character
|
Character(char value) char charValue() int digit(char ch, int radix) boolean equals(Object obj) int hashCode() boolean isDigit(char ch) boolean isLowerCase(char ch) boolean isUpperCase(char ch)
 int MAX_RADIX
 char MAX_VALUE
 int MIN_RADIX
 char MIN_VALUE char toLowerCase(char ch) String toString() char toUpperCase(char ch)
|
Object Class
|
Class forName(String className) throws ClassNotFoundException String getName() java.io.InputStream getResourceAsStream(String name) boolean isArray() boolean isAssignableFrom(Class cls) boolean isInstance(Object obj) boolean isInterface() Object newInstance() throws InstantiationException, IllegalAccessException String toString()
|
Object Throwable Exception RuntimeException ClassCastException
|
ClassCastException()
ClassCastException(String s)
|
Object Throwable Exception ClassNotFoundException
|
ClassNotFoundException()
ClassNotFoundException(String s)
|
Connection
|
void close() throws java.io.IOException
|
Object Throwable Exception java.io.IOException ConnectionNotFoundException
|
ConnectionNotFoundException()
ConnectionNotFoundException(String s)
|
Object Connector
|
Connection open(String name) throws java.io.IOException Connection open(String name, int mode) throws java.io.IOException Connection open(String name, int mode, boolean timeouts) throws java.io.IOException java.io.DataInputStream openDataInputStream(String name) throws java.io.IOException java.io.DataOutputStream openDataOutputStream(String name) throws java.io.IOException java.io.InputStream openInputStream(String name) throws java.io.IOException java.io.OutputStream openOutputStream(String name) throws java.io.IOException
 int READ
 int READ_WRITE
 int WRITE
|
ContentConnection StreamConnection
|
String getEncoding() long getLength() String getType()
|
Datagram java.io.DataInput, java.io.DataOutput
|
String getAddress() byte[] getData() int getLength() int getOffset() void reset() void setAddress(Datagram reference) void setAddress(String addr) throws java.io.IOException void setData(byte[] buffer, int offset, int len) void setLength(int len)
|
DatagramConnection Connection
|
int getMaximumLength() throws java.io.IOException int getNominalLength() throws java.io.IOException Datagram newDatagram(byte[] buf, int size) throws java.io.IOException Datagram newDatagram(byte[] buf, int size, String addr) throws java.io.IOException Datagram newDatagram(int size) throws java.io.IOException Datagram newDatagram(int size, String addr) throws java.io.IOException void receive(Datagram dgram) throws java.io.IOException void send(Datagram dgram) throws java.io.IOException
|
DataInput
|
boolean readBoolean() throws IOException byte readByte() throws IOException char readChar() throws IOException CLDC 1.1 double readDouble() throws IOException CLDC 1.1 float readFloat() throws IOException void readFully(byte[] b) throws IOException void readFully(byte[] b, int off, int len) throws IOException int readInt() throws IOException long readLong() throws IOException short readShort() throws IOException int readUnsignedByte() throws IOException int readUnsignedShort() throws IOException String readUTF() throws IOException int skipBytes(int n) throws IOException
|
Object InputStream DataInputStream DataInput
|
int available() throws IOException void close() throws IOException DataInputStream(InputStream in)  InputStream in void mark(int readlimit) boolean markSupported() int read() throws IOException int read(byte[] b) throws IOException int read(byte[] b, int off, int len) throws IOException boolean readBoolean() throws IOException byte readByte() throws IOException char readChar() throws IOException CLDC 1.1 double readDouble() throws IOException CLDC 1.1 float readFloat() throws IOException void readFully(byte[] b) throws IOException void readFully(byte[] b, int off, int len) throws IOException int readInt() throws IOException long readLong() throws IOException short readShort() throws IOException int readUnsignedByte() throws IOException int readUnsignedShort() throws IOException String readUTF() throws IOException String readUTF(DataInput in) throws IOException void reset() throws IOException long skip(long n) throws IOException int skipBytes(int n) throws IOException
|
DataOutput
|
void write(byte[] b) throws IOException void write(byte[] b, int off, int len) throws IOException void write(int b) throws IOException void writeBoolean(boolean v) throws IOException void writeByte(int v) throws IOException void writeChar(int v) throws IOException void writeChars(String s) throws IOException CLDC 1.1 void writeDouble(double v) throws IOException CLDC 1.1 void writeFloat(float v) throws IOException void writeInt(int v) throws IOException void writeLong(long v) throws IOException void writeShort(int v) throws IOException void writeUTF(String s) throws IOException
|
|
|
More Top News
Cisco Wireless Networking
Most Popular
Featured Author
|