📄 index-all.html
字号:
<DT><A HREF="java/io/ByteArrayOutputStream.html"><B>ByteArrayOutputStream</B></A> - class java.io.<A HREF="java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A>.<DD>This class implements an output stream in which the data is written into a byte array.<DT><A HREF="java/io/ByteArrayOutputStream.html#ByteArrayOutputStream()"><B>ByteArrayOutputStream()</B></A> -
Constructor for class java.io.<A HREF="java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A>
<DD>Creates a new byte array output stream.
<DT><A HREF="java/io/ByteArrayOutputStream.html#ByteArrayOutputStream(int)"><B>ByteArrayOutputStream(int)</B></A> -
Constructor for class java.io.<A HREF="java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A>
<DD>Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
<DT><A HREF="java/io/InterruptedIOException.html#bytesTransferred"><B>bytesTransferred</B></A> -
Variable in class java.io.<A HREF="java/io/InterruptedIOException.html">InterruptedIOException</A>
<DD>Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
<DT><A HREF="java/lang/Byte.html#byteValue()"><B>byteValue()</B></A> -
Method in class java.lang.<A HREF="java/lang/Byte.html">Byte</A>
<DD>Returns the value of this Byte as a byte.
<DT><A HREF="java/lang/Integer.html#byteValue()"><B>byteValue()</B></A> -
Method in class java.lang.<A HREF="java/lang/Integer.html">Integer</A>
<DD>Returns the value of this Integer as a byte.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="javax/microedition/media/control/ToneControl.html#C4"><B>C4</B></A> -
Static variable in interface javax.microedition.media.control.<A HREF="javax/microedition/media/control/ToneControl.html">ToneControl</A>
<DD>Middle C.
<DT><A HREF="java/util/Calendar.html"><B>Calendar</B></A> - class java.util.<A HREF="java/util/Calendar.html">Calendar</A>.<DD><code>Calendar</code> is an abstract class for getting and setting dates using a set of integer fields such as <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, and so on.<DT><A HREF="java/util/Calendar.html#Calendar()"><B>Calendar()</B></A> -
Constructor for class java.util.<A HREF="java/util/Calendar.html">Calendar</A>
<DD>Constructs a Calendar with the default time zone and default locale.
<DT><A HREF="javax/microedition/lcdui/Display.html#callSerially(java.lang.Runnable)"><B>callSerially(Runnable)</B></A> -
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A>
<DD>Causes the <code>Runnable</code> object <code>r</code> to have its <code>run()</code> method called later, serialized with the event stream, soon after completion of the repaint cycle.
<DT><A HREF="javax/microedition/lcdui/Command.html#CANCEL"><B>CANCEL</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A>
<DD>A command that is a standard negative answer to a dialog implemented by current screen.
<DT><A HREF="java/util/TimerTask.html#cancel()"><B>cancel()</B></A> -
Method in class java.util.<A HREF="java/util/TimerTask.html">TimerTask</A>
<DD>Cancels this timer task.
<DT><A HREF="java/util/Timer.html#cancel()"><B>cancel()</B></A> -
Method in class java.util.<A HREF="java/util/Timer.html">Timer</A>
<DD>Terminates this timer, discarding any currently scheduled tasks.
<DT><A HREF="javax/microedition/lcdui/Canvas.html"><B>Canvas</B></A> - class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Canvas.html">Canvas</A>.<DD>The <code>Canvas</code> class is a base class for writing applications that need to handle low-level events and to issue graphics calls for drawing to the display.<DT><A HREF="javax/microedition/lcdui/Canvas.html#Canvas()"><B>Canvas()</B></A> -
Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Canvas.html">Canvas</A>
<DD>Constructs a new <code>Canvas</code> object.
<DT><A HREF="java/lang/StringBuffer.html#capacity()"><B>capacity()</B></A> -
Method in class java.lang.<A HREF="java/lang/StringBuffer.html">StringBuffer</A>
<DD>Returns the current capacity of the String buffer.
<DT><A HREF="java/util/Vector.html#capacity()"><B>capacity()</B></A> -
Method in class java.util.<A HREF="java/util/Vector.html">Vector</A>
<DD>Returns the current capacity of this vector.
<DT><A HREF="java/util/Vector.html#capacityIncrement"><B>capacityIncrement</B></A> -
Variable in class java.util.<A HREF="java/util/Vector.html">Vector</A>
<DD>The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
<DT><A HREF="javax/microedition/pki/Certificate.html"><B>Certificate</B></A> - interface javax.microedition.pki.<A HREF="javax/microedition/pki/Certificate.html">Certificate</A>.<DD>Interface common to certificates.<DT><A HREF="javax/microedition/pki/CertificateException.html#CERTIFICATE_CHAIN_TOO_LONG"><B>CERTIFICATE_CHAIN_TOO_LONG</B></A> -
Static variable in class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A>
<DD>Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
<DT><A HREF="javax/microedition/pki/CertificateException.html"><B>CertificateException</B></A> - exception javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A>.<DD>The <CODE>CertificateException</CODE> encapsulates an error that occurred while a <CODE>Certificate</CODE> is being used.<DT><A HREF="javax/microedition/pki/CertificateException.html#CertificateException(javax.microedition.pki.Certificate, byte)"><B>CertificateException(Certificate, byte)</B></A> -
Constructor for class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A>
<DD>Create a new exception with a <CODE>Certificate</CODE> and specific error reason.
<DT><A HREF="javax/microedition/pki/CertificateException.html#CertificateException(java.lang.String, javax.microedition.pki.Certificate, byte)"><B>CertificateException(String, Certificate, byte)</B></A> -
Constructor for class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A>
<DD>Create a new exception with a message, <CODE>Certificate</CODE>, and specific error reason.
<DT><A HREF="java/lang/Character.html"><B>Character</B></A> - class java.lang.<A HREF="java/lang/Character.html">Character</A>.<DD>The Character class wraps a value of the primitive type <code>char</code> in an object.<DT><A HREF="java/lang/Character.html#Character(char)"><B>Character(char)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/Character.html">Character</A>
<DD>Constructs a <code>Character</code> object and initializes it so that it represents the primitive <code>value</code> argument.
<DT><A HREF="java/lang/String.html#charAt(int)"><B>charAt(int)</B></A> -
Method in class java.lang.<A HREF="java/lang/String.html">String</A>
<DD>Returns the character at the specified index.
<DT><A HREF="java/lang/StringBuffer.html#charAt(int)"><B>charAt(int)</B></A> -
Method in class java.lang.<A HREF="java/lang/StringBuffer.html">StringBuffer</A>
<DD>The specified character of the sequence currently represented by the string buffer, as indicated by the <code>index</code> argument, is returned.
<DT><A HREF="javax/microedition/lcdui/Font.html#charsWidth(char[], int, int)"><B>charsWidth(char[], int, int)</B></A> -
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Font.html">Font</A>
<DD>Returns the advance width of the characters in <code>ch</code>, starting at the specified offset and for the specified number of characters (length).
<DT><A HREF="java/lang/Character.html#charValue()"><B>charValue()</B></A> -
Method in class java.lang.<A HREF="java/lang/Character.html">Character</A>
<DD>Returns the value of this Character object.
<DT><A HREF="javax/microedition/lcdui/Font.html#charWidth(char)"><B>charWidth(char)</B></A> -
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Font.html">Font</A>
<DD>Gets the advance width of the specified character in this Font.
<DT><A HREF="java/io/PrintStream.html#checkError()"><B>checkError()</B></A> -
Method in class java.io.<A HREF="java/io/PrintStream.html">PrintStream</A>
<DD>Flush the stream and check its error state.
<DT><A HREF="javax/microedition/midlet/MIDlet.html#checkPermission(java.lang.String)"><B>checkPermission(String)</B></A> -
Method in class javax.microedition.midlet.<A HREF="javax/microedition/midlet/MIDlet.html">MIDlet</A>
<DD>Get the status of the specified permission.
<DT><A HREF="javax/microedition/lcdui/Choice.html"><B>Choice</B></A> - interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Choice.html">Choice</A>.<DD>Choice defines an API for a user interface components implementing selection from predefined number of choices.<DT><A HREF="javax/microedition/lcdui/Display.html#CHOICE_GROUP_ELEMENT"><B>CHOICE_GROUP_ELEMENT</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A>
<DD>Image type for <code>ChoiceGroup</code> element image.
<DT><A HREF="javax/microedition/lcdui/ChoiceGroup.html"><B>ChoiceGroup</B></A> - class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ChoiceGroup.html">ChoiceGroup</A>.<DD>A <code>ChoiceGroup</code> is a group of selectable elements intended to be placed within a <A HREF="javax/microedition/lcdui/Form.html"><CODE>Form</CODE></A>.<DT><A HREF="javax/microedition/lcdui/ChoiceGroup.html#ChoiceGroup(java.lang.String, int)"><B>ChoiceGroup(String, int)</B></A> -
Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ChoiceGroup.html">ChoiceGroup</A>
<DD>Creates a new, empty <code>ChoiceGroup</code>, specifying its title and its type.
<DT><A HREF="javax/microedition/lcdui/ChoiceGroup.html#ChoiceGroup(java.lang.String, int, java.lang.String[], javax.microedition.lcdui.Image[])"><B>ChoiceGroup(String, int, String[], Image[])</B></A> -
Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ChoiceGroup.html">ChoiceGroup</A>
<DD>Creates a new <code>ChoiceGroup</code>, specifying its title, the type of the <code>ChoiceGroup</code>, and an array of <code>Strings</code> and <code>Images</code> to be used as its initial contents.
<DT><A HREF="java/lang/Class.html"><B>Class</B></A> - class java.lang.<A HREF="java/lang/Class.html">Class</A>.<DD>Instances of the class <code>Class</code> represent classes and interfaces in a running Java application.<DT><A HREF="java/lang/ClassCastException.html"><B>ClassCastException</B></A> - exception java.lang.<A HREF="java/lang/ClassCastException.html">ClassCastException</A>.<DD>Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.<DT><A HREF="java/lang/ClassCastException.html#ClassCastException()"><B>ClassCastException()</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ClassCastException.html">ClassCastException</A>
<DD>Constructs a <code>ClassCastException</code> with no detail message.
<DT><A HREF="java/lang/ClassCastException.html#ClassCastException(java.lang.String)"><B>ClassCastException(String)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ClassCastException.html">ClassCastException</A>
<DD>Constructs a <code>ClassCastException</code> with the specified detail message.
<DT><A HREF="java/lang/ClassNotFoundException.html"><B>ClassNotFoundException</B></A> - exception java.lang.<A HREF="java/lang/ClassNotFoundException.html">ClassNotFoundException</A>.<DD>Thrown when an application tries to load in a class through its string name using the <code>forName</code> method in class <code>Class</code> but no definition for the class with the specified name could be found.<DT><A HREF="java/lang/ClassNotFoundException.html#ClassNotFoundException()"><B>ClassNotFoundException()</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ClassNotFoundException.html">ClassNotFoundException</A>
<DD>Constructs a <code>ClassNotFoundException</code> with no detail message.
<DT><A HREF="java/lang/ClassNotFoundException.html#ClassNotFoundException(java.lang.String)"><B>ClassNotFoundException(String)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ClassNotFoundException.html">ClassNotFoundException</A>
<DD>Constructs a <code>ClassNotFoundException</code> with the specified detail message.
<DT><A HREF="java/util/Hashtable.html#clear()"><B>clear()</B></A> -
Method in class java.util.<A HREF="java/util/Hashtable.html">Hashtable</A>
<DD>Clears this hashtable so that it contains no keys.
<DT><A HREF="javax/microedition/lcdui/Graphics.html#clipRect(int, int, int, int)"><B>clipRect(int, int, int, int)</B></A> -
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Graphics.html">Graphics</A>
<DD>Intersects the current clip with the specified rectangle.
<DT><A HREF="java/io/InputStream.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/InputStream.html">InputStream</A>
<DD>Closes this input stream and releases any system resources associated with the stream.
<DT><A HREF="java/io/DataInputStream.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/DataInputStream.html">DataInputStream</A>
<DD>Closes this input stream and releases any system resources associated with the stream.
<DT><A HREF="java/io/Reader.html#close()"><B>close()</B></A> -
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -