Home | History | Annotate | Download | only in nio

Lines Matching defs:java

53  * <p> The <tt>java.nio</tt> package defines the buffer classes, which are used
55 * java.nio.charset} package, and the channel and selector APIs are defined in the
56 * {@link java.nio.channels} package. Each of these subpackages has its own
66 * <tr><td valign=top><tt>{@link java.nio.Buffer}</tt></td>
69 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.ByteBuffer}</tt></td>
71 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;{@link java.nio.MappedByteBuffer}&nbsp;&nbsp;</tt></td>
73 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.CharBuffer}</tt></td>
75 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.DoubleBuffer}</tt></td>
77 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.FloatBuffer}</tt></td>
79 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.IntBuffer}</tt></td>
81 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.LongBuffer}</tt></td>
83 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.ShortBuffer}</tt></td>
85 * <tr><td valign=top><tt>{@link java.nio.ByteOrder}</tt></td>
93 * or written. The base {@link java.nio.Buffer} class defines these properties as
111 * <i>direct</i></a> buffer, in which case the Java virtual machine will make a
115 * java.nio.channels.FileChannel#map </code><i>mapping</i><code>} a region of a
117 * operations defined in the {@link java.nio.MappedByteBuffer} class are
129 * java.lang.NullPointerException NullPointerException} to be thrown.
136 package java.nio;