Header
Home | Sitemap Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections



CLDC Almanac

by

image

CLDC Almanac

ArithmeticException

java.lang

Object
graphics/ccc.gifThrowable
graphics/ccc.gifException
graphics/ccc.gifRuntimeException
graphics/ccc.gifArithmeticException
graphics/constructor_icon.gif                         ArithmeticException()
graphics/constructor_icon.gif                         ArithmeticException(String s)

ArrayIndexOutOfBoundsException

java.lang

Object
graphics/ccc.gifThrowable
graphics/ccc.gifException
graphics/ccc.gifRuntimeException
graphics/ccc.gifIndexOutOfBoundsException
graphics/ccc.gifArrayIndexOutOfBoundsException
graphics/constructor_icon.gif                          ArrayIndexOutOfBoundsException()
graphics/constructor_icon.gif                          ArrayIndexOutOfBoundsException(int index)
graphics/constructor_icon.gif                          ArrayIndexOutOfBoundsException(String s)

ArrayStoreException

java.lang

Object
graphics/ccc.gifThrowable
graphics/ccc.gifException
graphics/ccc.gifRuntimeException
graphics/ccc.gifArrayStoreException
graphics/constructor_icon.gif                          ArrayStoreException()
graphics/constructor_icon.gif                          ArrayStoreException(String s)

Boolean

java.lang

Object
graphics/ccc.gifBoolean
          graphics/constructor_icon.gif                    Boolean(boolean value)
boolean booleanValue()
boolean equals(Object obj)
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif Boolean FALSE
int hashCode()
String toString()
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif Boolean TRUE

Byte

java.lang

Object
graphics/ccc.gifByte
 graphics/constructor_icon.gif                             Byte(byte value)
byte byteValue()
boolean equals(Object obj)
int hashCode() graphics/field_icon.gifgraphics/staticfinal_icon.gif byte MAX_VALUE graphics/field_icon.gifgraphics/staticfinal_icon.gif byte MIN_VALUE
graphics/static_icon.gif byte parseByte(String s) throws NumberFormatException
graphics/static_icon.gif byte parseByte(String s, int radix) throws NumberFormatException
String toString()

ByteArrayInputStream

java.io

Object
graphics/ccc.gifInputStream
graphics/ccc.gifByteArrayInputStream
                          int available()
graphics/field_icon.gifgraphics/protected_icon.gif                    byte[] buf
graphics/constructor_icon.gif ByteArrayInputStream(byte[] buf)
graphics/constructor_icon.gif ByteArrayInputStream(byte[] buf, int offset, int length)
void close() throws IOException graphics/field_icon.gifgraphics/protected_icon.gif int count graphics/field_icon.gifgraphics/protected_icon.gif int mark
void mark(int readAheadLimit)
boolean markSupported() graphics/field_icon.gifgraphics/protected_icon.gif int pos
int read()
int read(byte[] b, int off, int len)
void reset()
long skip(long n)

ByteArrayOutputStream

java.io

Object
graphics/ccc.gifOutputStream
graphics/ccc.gifByteArrayOutputStream
graphics/field_icon.gifgraphics/protected_icon.gif                      byte[] buf
graphics/constructor_icon.gif ByteArrayOutputStream()
graphics/constructor_icon.gif ByteArrayOutputStream(int size)
void close() throws IOException graphics/field_icon.gifgraphics/protected_icon.gif int count
void reset()
int size()
byte[] toByteArray()
String toString()
void write(byte[] b, int off, int len)
void write(int b)

Calendar

java.util

Object
graphics/ccc.gifCalendar
                        boolean after(Object when)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int AM
graphics/field_icon.gifgraphics/staticfinal_icon.gif int AM_PM
graphics/field_icon.gifgraphics/staticfinal_icon.gif int APRIL
graphics/field_icon.gifgraphics/staticfinal_icon.gif int AUGUST
boolean before(Object when)
graphics/constructor_icon.gifgraphics/protected_icon.gif Calendar()
CLDC 1.1 graphics/abstract_icon.gifgraphics/protected_icon.gif void computeFields()
CLDC 1.1 graphics/abstract_icon.gifgraphics/protected_icon.gif void computeTime()
graphics/field_icon.gifgraphics/staticfinal_icon.gif int DATE
graphics/field_icon.gifgraphics/staticfinal_icon.gif int DAY_OF_MONTH
graphics/field_icon.gifgraphics/staticfinal_icon.gif int DAY_OF_WEEK
graphics/field_icon.gifgraphics/staticfinal_icon.gif int DECEMBER
boolean equals(Object obj)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int FEBRUARY
CLDC 1.1 graphics/field_icon.gifgraphics/protected_icon.gif int[] fields
graphics/field_icon.gifgraphics/staticfinal_icon.gif int FRIDAY
graphics/final_icon.gif int get(int field)
graphics/static_icon.gif Calendar getInstance()
graphics/static_icon.gif Calendar getInstance(TimeZone zone)
graphics/final_icon.gif Date getTime()
graphics/protected_icon.gif long getTimeInMillis()
TimeZone getTimeZone()
graphics/field_icon.gifgraphics/staticfinal_icon.gif int HOUR
graphics/field_icon.gifgraphics/staticfinal_icon.gif int HOUR_OF_DAY
CLDC 1.1 graphics/field_icon.gifgraphics/protected_icon.gif boolean[] isSet
graphics/field_icon.gifgraphics/staticfinal_icon.gif int JANUARY
graphics/field_icon.gifgraphics/staticfinal_icon.gif int JULY
graphics/field_icon.gifgraphics/staticfinal_icon.gif int JUNE
graphics/field_icon.gifgraphics/staticfinal_icon.gif int MARCH
graphics/field_icon.gifgraphics/staticfinal_icon.gif int MAY
graphics/field_icon.gifgraphics/staticfinal_icon.gif int MILLISECOND
graphics/field_icon.gifgraphics/staticfinal_icon.gif int MINUTE
graphics/field_icon.gifgraphics/staticfinal_icon.gif int MONDAY
graphics/field_icon.gifgraphics/staticfinal_icon.gif int MONTH
graphics/field_icon.gifgraphics/staticfinal_icon.gif int NOVEMBER
graphics/field_icon.gifgraphics/staticfinal_icon.gif int OCTOBER
graphics/field_icon.gifgraphics/staticfinal_icon.gif int PM
graphics/field_icon.gifgraphics/staticfinal_icon.gif int SATURDAY
graphics/field_icon.gifgraphics/staticfinal_icon.gif int SECOND
graphics/field_icon.gifgraphics/staticfinal_icon.gif int SEPTEMBER
graphics/final_icon.gif void set(int field, int value)
graphics/final_icon.gif void setTime(Date date)
graphics/protected_icon.gif void setTimeInMillis(long millis)
void setTimeZone(TimeZone value)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int SUNDAY
graphics/field_icon.gifgraphics/staticfinal_icon.gif int THURSDAY
CLDC 1.1 graphics/field_icon.gifgraphics/protected_icon.gif long time
graphics/field_icon.gifgraphics/staticfinal_icon.gif int TUESDAY
graphics/field_icon.gifgraphics/staticfinal_icon.gif int WEDNESDAY
graphics/field_icon.gifgraphics/staticfinal_icon.gif int YEAR

Character

java.lang

Object
graphics/ccc.gifCharacter
 graphics/constructor_icon.gif                            Character(char value)
char charValue()
graphics/static_icon.gif int digit(char ch, int radix)
boolean equals(Object obj)
int hashCode()
graphics/static_icon.gif boolean isDigit(char ch)
graphics/static_icon.gif boolean isLowerCase(char ch)
graphics/static_icon.gif boolean isUpperCase(char ch) graphics/field_icon.gifgraphics/staticfinal_icon.gif int MAX_RADIX graphics/field_icon.gifgraphics/staticfinal_icon.gif char MAX_VALUE graphics/field_icon.gifgraphics/staticfinal_icon.gif int MIN_RADIX graphics/field_icon.gifgraphics/staticfinal_icon.gif char MIN_VALUE
graphics/static_icon.gif char toLowerCase(char ch)
String toString()
graphics/static_icon.gif char toUpperCase(char ch)

Class

java.lang

Object
graphics/ccc.gifClass
graphics/static_icon.gif                        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()

ClassCastException

java.lang

Object
graphics/ccc.gifThrowable
graphics/ccc.gifException
graphics/ccc.gifRuntimeException
graphics/ccc.gifClassCastException
graphics/constructor_icon.gif                         ClassCastException()
graphics/constructor_icon.gif                         ClassCastException(String s)

ClassNotFoundException

java.lang

Object
graphics/ccc.gifThrowable
graphics/ccc.gifException
graphics/ccc.gifClassNotFoundException
graphics/constructor_icon.gif                         ClassNotFoundException()
graphics/constructor_icon.gif                         ClassNotFoundException(String s)

Connection

javax.microedition.io

Connection
                     void close() throws java.io.IOException

ConnectionNotFoundException

javax.microedition.io

Object
graphics/ccc.gifThrowable
graphics/ccc.gifException
graphics/ccc.gifjava.io.IOException
graphics/ccc.gifConnectionNotFoundException
graphics/constructor_icon.gif                         ConnectionNotFoundException()
graphics/constructor_icon.gif                         ConnectionNotFoundException(String s)

Connector

javax.microedition.io

Object
graphics/ccc.gifConnector
 graphics/static_icon.gif                 Connection open(String name) throws java.io.IOException
graphics/static_icon.gif Connection open(String name, int mode) throws java.io.IOException
graphics/static_icon.gif Connection open(String name, int mode, boolean timeouts) throws java.io.IOException
graphics/static_icon.gif java.io.DataInputStream openDataInputStream(String name) throws java.io.IOException
graphics/static_icon.gif java.io.DataOutputStream openDataOutputStream(String name) throws java.io.IOException
graphics/static_icon.gif java.io.InputStream openInputStream(String name) throws java.io.IOException
graphics/static_icon.gif java.io.OutputStream openOutputStream(String name) throws java.io.IOException graphics/field_icon.gifgraphics/staticfinal_icon.gif int READ graphics/field_icon.gifgraphics/staticfinal_icon.gif int READ_WRITE graphics/field_icon.gifgraphics/staticfinal_icon.gif int WRITE

ContentConnection

javax.microedition.io

ContentConnection                         StreamConnection
                     String getEncoding()
long getLength()
String getType()

Datagram

javax.microedition.io

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

javax.microedition.io

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

java.io

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

DataInputStream

java.io

Object
graphics/ccc.gifInputStream
graphics/ccc.gifDataInputStream DataInput
                         int available() throws IOException
void close() throws IOException
graphics/constructor_icon.gif DataInputStream(InputStream in)
graphics/field_icon.gifgraphics/protected_icon.gif InputStream in
void mark(int readlimit)
boolean markSupported()
int read() throws IOException
graphics/final_icon.gif int read(byte[] b) throws IOException
graphics/final_icon.gif int read(byte[] b, int off, int len) throws IOException
graphics/final_icon.gif boolean readBoolean() throws IOException
graphics/final_icon.gif byte readByte() throws IOException
graphics/final_icon.gif char readChar() throws IOException
CLDC 1.1 graphics/final_icon.gif double readDouble() throws IOException
CLDC 1.1 graphics/final_icon.gif float readFloat() throws IOException
graphics/final_icon.gif void readFully(byte[] b) throws IOException
graphics/final_icon.gif void readFully(byte[] b, int off, int len) throws IOException
graphics/final_icon.gif int readInt() throws IOException
graphics/final_icon.gif long readLong() throws IOException
graphics/final_icon.gif short readShort() throws IOException
graphics/final_icon.gif int readUnsignedByte() throws IOException
graphics/final_icon.gif int readUnsignedShort() throws IOException
graphics/final_icon.gif String readUTF() throws IOException
graphics/staticfinal_icon.gif String readUTF(DataInput in) throws IOException
void reset() throws IOException
long skip(long n) throws IOException
graphics/final_icon.gif int skipBytes(int n) throws IOException

DataOutput

java.io

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

DataOutputStream

java.io

Object
graphics/ccc.gifOutputStream
graphics/ccc.gifDataOutputStream DataOutput
                       void close() throws IOException
graphics/constructor_icon.gif DataOutputStream(OutputStream out)
void flush() throws IOException
graphics/field_icon.gifgraphics/protected_icon.gif OutputStream out
void write(byte[] b, int off, int len) throws IOException
void write(int b) throws IOException
graphics/final_icon.gif void writeBoolean(boolean v) throws IOException
graphics/final_icon.gif void writeByte(int v) throws IOException
graphics/final_icon.gif void writeChar(int v) throws IOException
graphics/final_icon.gif void writeChars(String s) throws IOException
CLDC 1.1 graphics/final_icon.gif void writeDo
677 times read

Related news

» Package java.io
by admin posted on Nov 17,2006
» Package java.lang
by admin posted on Nov 17,2006
» Package javax.microedition.io
by admin posted on Nov 17,2006
» Package javax.microedition.rms
by admin posted on Nov 17,2006
» Package java.util
by admin posted on Nov 17,2006


More Top News
Cisco Wireless Networking
Most Popular
Featured Author