< prev index next >

src/java.base/share/classes/java/nio/package-info.java

Print this page

        

*** 58,68 **** * APIs are defined in the {@link java.nio.channels} package. Each of * these subpackages has its own service-provider (SPI) subpackage, * the contents of which can be used to extend the platform's default * implementations or to construct alternative implementations. * ! * <a name="buffers"> </a> * * <blockquote><table cellspacing=1 cellpadding=0 summary="Description of the various buffers"> * <tr><th align="left">Buffers</th><th align="left">Description</th></tr> * <tr><td valign=top>{@link java.nio.Buffer}</td> * <td>Position, limit, and capacity; --- 58,68 ---- * APIs are defined in the {@link java.nio.channels} package. Each of * these subpackages has its own service-provider (SPI) subpackage, * the contents of which can be used to extend the platform's default * implementations or to construct alternative implementations. * ! * <a id="buffers"> </a> * * <blockquote><table cellspacing=1 cellpadding=0 summary="Description of the various buffers"> * <tr><th align="left">Buffers</th><th align="left">Description</th></tr> * <tr><td valign=top>{@link java.nio.Buffer}</td> * <td>Position, limit, and capacity;
< prev index next >