⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-4.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DT><A HREF="../java/net/DatagramPacket.html#DatagramPacket(byte[], int, int, java.net.InetAddress, int)"><B>DatagramPacket(byte[], int, int, InetAddress, int)</B></A> - Constructor for class java.net.<A HREF="../java/net/DatagramPacket.html">DatagramPacket</A><DD>Constructs a datagram packet for sending packets of length <code>length</code> with offset <code>ioffset</code>to the specified port number on the specified host.<DT><A HREF="../java/net/DatagramSocket.html"><B>DatagramSocket</B></A> - class java.net.<A HREF="../java/net/DatagramSocket.html">DatagramSocket</A>.<DD>This class represents a socket for sending and receiving datagram packets.<DT><A HREF="../java/net/DatagramSocket.html#DatagramSocket()"><B>DatagramSocket()</B></A> - Constructor for class java.net.<A HREF="../java/net/DatagramSocket.html">DatagramSocket</A><DD>Constructs a datagram socket and binds it to any available port on the local host machine.<DT><A HREF="../java/net/DatagramSocket.html#DatagramSocket(int)"><B>DatagramSocket(int)</B></A> - Constructor for class java.net.<A HREF="../java/net/DatagramSocket.html">DatagramSocket</A><DD>Constructs a datagram socket and binds it to the specified port on the local host machine.<DT><A HREF="../java/net/DatagramSocket.html#DatagramSocket(int, java.net.InetAddress)"><B>DatagramSocket(int, InetAddress)</B></A> - Constructor for class java.net.<A HREF="../java/net/DatagramSocket.html">DatagramSocket</A><DD>Creates a datagram socket, bound to the specified local address.<DT><A HREF="../java/net/DatagramSocketImpl.html"><B>DatagramSocketImpl</B></A> - class java.net.<A HREF="../java/net/DatagramSocketImpl.html">DatagramSocketImpl</A>.<DD>Abstract datagram and multicast socket implementation base class.<DT><A HREF="../java/net/DatagramSocketImpl.html#DatagramSocketImpl()"><B>DatagramSocketImpl()</B></A> - Constructor for class java.net.<A HREF="../java/net/DatagramSocketImpl.html">DatagramSocketImpl</A><DD>&nbsp;<DT><A HREF="../java/net/DatagramSocketImplFactory.html"><B>DatagramSocketImplFactory</B></A> - interface java.net.<A HREF="../java/net/DatagramSocketImplFactory.html">DatagramSocketImplFactory</A>.<DD>This interface defines a factory for datagram socket implementations.<DT><A HREF="../java/io/DataInput.html"><B>DataInput</B></A> - interface java.io.<A HREF="../java/io/DataInput.html">DataInput</A>.<DD>The <code>DataInput</code> interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.<DT><A HREF="../java/io/DataInputStream.html"><B>DataInputStream</B></A> - class java.io.<A HREF="../java/io/DataInputStream.html">DataInputStream</A>.<DD>A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.<DT><A HREF="../org/omg/CORBA/DataInputStream.html"><B>DataInputStream</B></A> - interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A>.<DD>Defines the methods used to read primitive data types from input streams for unmarshaling custom value types.<DT><A HREF="../java/io/DataInputStream.html#DataInputStream(java.io.InputStream)"><B>DataInputStream(InputStream)</B></A> - Constructor for class java.io.<A HREF="../java/io/DataInputStream.html">DataInputStream</A><DD>Creates a <code>FilterInputStream</code> and saves its  argument, the input stream <code>in</code>, for later use.<DT><A HREF="../javax/sound/sampled/DataLine.html"><B>DataLine</B></A> - interface javax.sound.sampled.<A HREF="../javax/sound/sampled/DataLine.html">DataLine</A>.<DD><code>DataLine</code> adds media-related functionality to its  superinterface, <code><A HREF="../javax/sound/sampled/Line.html"><CODE>Line</CODE></A></code>.<DT><A HREF="../javax/sound/sampled/DataLine.Info.html"><B>DataLine.Info</B></A> - class javax.sound.sampled.<A HREF="../javax/sound/sampled/DataLine.Info.html">DataLine.Info</A>.<DD>Besides the class information inherited from its superclass,  <code>DataLine.Info</code> provides additional information specific to data lines.<DT><A HREF="../javax/sound/sampled/DataLine.Info.html#DataLine.Info(java.lang.Class, javax.sound.sampled.AudioFormat)"><B>DataLine.Info(Class, AudioFormat)</B></A> - Constructor for class javax.sound.sampled.<A HREF="../javax/sound/sampled/DataLine.Info.html">DataLine.Info</A><DD>Constructs a data line's info object from the specified information, which includes a single audio format.<DT><A HREF="../javax/sound/sampled/DataLine.Info.html#DataLine.Info(java.lang.Class, javax.sound.sampled.AudioFormat[], int, int)"><B>DataLine.Info(Class, AudioFormat[], int, int)</B></A> - Constructor for class javax.sound.sampled.<A HREF="../javax/sound/sampled/DataLine.Info.html">DataLine.Info</A><DD>Constructs a data line's info object from the specified information, which includes a set of supported audio formats and a range for the buffer size.<DT><A HREF="../javax/sound/sampled/DataLine.Info.html#DataLine.Info(java.lang.Class, javax.sound.sampled.AudioFormat, int)"><B>DataLine.Info(Class, AudioFormat, int)</B></A> - Constructor for class javax.sound.sampled.<A HREF="../javax/sound/sampled/DataLine.Info.html">DataLine.Info</A><DD>Constructs a data line's info object from the specified information, which includes a single audio format and a desired buffer size.<DT><A HREF="../javax/swing/JComboBox.html#dataModel"><B>dataModel</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A><DD>&nbsp;<DT><A HREF="../javax/swing/JTable.html#dataModel"><B>dataModel</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A><DD>The <code>TableModel</code> of the table.<DT><A HREF="../java/io/DataOutput.html"><B>DataOutput</B></A> - interface java.io.<A HREF="../java/io/DataOutput.html">DataOutput</A>.<DD>The <code>DataOutput</code> interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.<DT><A HREF="../java/io/DataOutputStream.html"><B>DataOutputStream</B></A> - class java.io.<A HREF="../java/io/DataOutputStream.html">DataOutputStream</A>.<DD>A data input stream lets an application write primitive Java data  types to an output stream in a portable way.<DT><A HREF="../org/omg/CORBA/DataOutputStream.html"><B>DataOutputStream</B></A> - interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataOutputStream.html">DataOutputStream</A>.<DD>Defines the methods used to write primitive data types to output streams for marshalling custom value types.<DT><A HREF="../java/io/DataOutputStream.html#DataOutputStream(java.io.OutputStream)"><B>DataOutputStream(OutputStream)</B></A> - Constructor for class java.io.<A HREF="../java/io/DataOutputStream.html">DataOutputStream</A><DD>Creates a new data output stream to write data to the specified  underlying output stream.<DT><A HREF="../java/sql/DataTruncation.html"><B>DataTruncation</B></A> - exception java.sql.<A HREF="../java/sql/DataTruncation.html">DataTruncation</A>.<DD>An exception that reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes) when JDBC unexpectedly truncates a data value.<DT><A HREF="../java/sql/DataTruncation.html#DataTruncation(int, boolean, boolean, int, int)"><B>DataTruncation(int, boolean, boolean, int, int)</B></A> - Constructor for class java.sql.<A HREF="../java/sql/DataTruncation.html">DataTruncation</A><DD>Creates a <code>DataTruncation</code> object  with the SQLState initialized to 01004, the reason set to "Data truncation", the vendorCode set to the SQLException default, and the other fields set to the given values.<DT><A HREF="../java/awt/image/SampleModel.html#dataType"><B>dataType</B></A> - Variable in class java.awt.image.<A HREF="../java/awt/image/SampleModel.html">SampleModel</A><DD>Data type of the DataBuffer storing the pixel data.<DT><A HREF="../java/awt/image/DataBuffer.html#dataType"><B>dataType</B></A> - Variable in class java.awt.image.<A HREF="../java/awt/image/DataBuffer.html">DataBuffer</A><DD>The data type of this DataBuffer.<DT><A HREF="../javax/swing/table/DefaultTableModel.html#dataVector"><B>dataVector</B></A> - Variable in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableModel.html">DefaultTableModel</A><DD>The <code>Vector</code> of <code>Vectors</code> of  <code>Object</code> values.<DT><A HREF="../java/sql/Date.html"><B>Date</B></A> - class java.sql.<A HREF="../java/sql/Date.html">Date</A>.<DD>A thin wrapper around a millisecond value that allows JDBC to identify this as a SQL DATE.<DT><A HREF="../java/util/Date.html"><B>Date</B></A> - class java.util.<A HREF="../java/util/Date.html">Date</A>.<DD>The class <code>Date</code> represents a specific instant in time, with millisecond precision.<DT><A HREF="../java/sql/Types.html#DATE"><B>DATE</B></A> - Static variable in class java.sql.<A HREF="../java/sql/Types.html">Types</A><DD>The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type  <code>DATE</code>.<DT><A HREF="../java/util/Calendar.html#DATE"><B>DATE</B></A> - Static variable in class java.util.<A HREF="../java/util/Calendar.html">Calendar</A><DD>Field number for <code>get</code> and <code>set</code> indicating the day of the month.<DT><A HREF="../java/text/DateFormat.html#DATE_FIELD"><B>DATE_FIELD</B></A> - Static variable in class java.text.<A HREF="../java/text/DateFormat.html">DateFormat</A><DD>Useful constant for DATE field alignment.<DT><A HREF="../java/util/Date.html#Date()"><B>Date()</B></A> - Constructor for class java.util.<A HREF="../java/util/Date.html">Date</A><DD>Allocates a <code>Date</code> object and initializes it so that  it represents the time at which it was allocated, measured to the  nearest millisecond.<DT><A HREF="../java/sql/Date.html#Date(int, int, int)"><B>Date(int, int, int)</B></A> - Constructor for class java.sql.<A HREF="../java/sql/Date.html">Date</A><DD><B>Deprecated.</B>&nbsp;<I>instead use the constructor <code>Date(long date)</code></I><DT><A HREF="../java/util/Date.html#Date(int, int, int)"><B>Date(int, int, int)</B></A> - Constructor for class java.util.<A HREF="../java/util/Date.html">Date</A><DD><B>Deprecated.</B>&nbsp;<I>As of JDK version 1.1, replaced by <code>Calendar.set(year + 1900, month, date)</code> or <code>GregorianCalendar(year + 1900, month, date)</code>.</I><DT><A HREF="../java/util/Date.html#Date(int, int, int, int, int)"><B>Date(int, int, int, int, int)</B></A> - Constructor for class java.util.<A HREF="../java/util/Date.html">Date</A><DD><B>Deprecated.</B>&nbsp;<I>As of JDK version 1.1, replaced by <code>Calendar.set(year + 1900, month, date, hrs, min)</code> or <code>GregorianCalendar(year + 1900, month, date, hrs, min)</code>.</I><DT><A HREF="../java/util/Date.html#Date(int, int, int, int, int, int)"><B>Date(int, int, int, int, int, int)</B></A> - Constructor for class java.util.<A HREF="../java/util/Date.html">Date</A><DD><B>Deprecated.</B>&nbsp;<I>As of JDK version 1.1, replaced by <code>Calendar.set(year + 1900, month, date, hrs, min, sec)</code> or <code>GregorianCalendar(year + 1900, month, date, hrs, min, sec)</code>.</I><DT><A HREF="../java/sql/Date.html#Date(long)"><B>Date(long)</B></A> - Constructor for class java.sql.<A HREF="../java/sql/Date.html">Date</A><DD>Constructs a <code>Date</code> object  using a milliseconds time value.<DT><A HREF="../java/util/Date.html#Date(long)"><B>Date(long)</B></A> - Constructor for class java.util.<A HREF="../java/util/Date.html">Date</A><DD>Allocates a <code>Date</code> object and initializes it to  represent the specified number of milliseconds since the  standard base time known as "the epoch", namely January 1,  1970, 00:00:00 GMT.<DT><A HREF="../java/util/Date.html#Date(java.lang.String)"><B>Date(String)</B></A> - Constructor for class java.util.<A HREF="../java/util/Date.html">Date</A><DD><B>Deprecated.</B>&nbsp;<I>As of JDK version 1.1, replaced by <code>DateFormat.parse(String s)</code>.</I><DT><A HREF="../java/text/DateFormat.html"><B>DateFormat</B></A> - class java.text.<A HREF="../java/text/DateFormat.html">DateFormat</A>.<DD>DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.<DT><A HREF="../java/text/DateFormat.html#DateFormat()"><B>DateFormat()</B></A> - Constructor for class java.text.<A HREF="../java/text/DateFormat.html">DateFormat</A><DD>Create a new date format.<DT><A HREF="../java/text/DateFormatSymbols.html"><B>DateFormatSymbols</B></A> - class java.text.<A HREF="../java/text/DateFormatSymbols.html">DateFormatSymbols</A>.<DD><code>DateFormatSymbols</code> is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.<DT><A HREF="../java/text/DateFormatSymbols.html#DateFormatSymbols()"><B>DateFormatSymbols()</B></A> - Constructor for class java.text.<A HREF="../java/text/DateFormatSymbols.html">DateFormatSymbols</A><DD>Construct a DateFormatSymbols object by loading format data from resources for the default locale.<DT><A HREF="../java/text/DateFormatSymbols.html#DateFormatSymbols(java.util.Locale)"><B>DateFormatSymbols(Locale)</B></A> - Constructor for class java.text.<A HREF="../java/text/DateFormatSymbols.html">DateFormatSymbols</A><DD>Construct a DateFormatSymbols object by loading format data from resources for the given locale.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -