Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/buffer/package-summary.html')
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/buffer/package-summary.html29
1 files changed, 11 insertions, 18 deletions
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/buffer/package-summary.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/buffer/package-summary.html
index ae41f2aa73..9f3c203da1 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/buffer/package-summary.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/buffer/package-summary.html
@@ -89,24 +89,17 @@ The Net4j transport layer concepts for dealing with buffers.
<P>
<map id="APIVIZ" name="APIVIZ">
-<area shape="rect" id="node1" href="BufferInputStream.html" title="BufferInputStream" alt="" coords="168,434,293,459"/>
-<area shape="rect" id="node2" href="BufferOutputStream.html" title="BufferOutputStream" alt="" coords="163,370,299,395"/>
-<area shape="rect" id="node3" href="../channel/ChannelInputStream.html" title="ChannelInputStream (org.eclipse.net4j.channel)" alt="" coords="353,427,527,467"/>
-<area shape="rect" id="node4" href="../channel/ChannelOutputStream.html" title="ChannelOutputStream (org.eclipse.net4j.channel)" alt="" coords="353,363,527,403"/>
-<area shape="rect" id="node5" title="InputStream (java.io)" alt="" coords="11,427,104,467"/>
-<area shape="rect" id="node6" title="OutputStream (java.io)" alt="" coords="6,363,109,403"/>
-<area shape="rect" id="node7" href="IBuffer.html" title="&#171;interface&#187; IBuffer" alt="" coords="15,299,100,339"/>
-<area shape="rect" id="node8" href="IBufferHandler.html" title="&#171;interface&#187; IBufferHandler" alt="" coords="6,491,109,531"/>
-<area shape="rect" id="node9" href="IBufferPool.html" title="&#171;interface&#187; IBufferPool" alt="" coords="188,5,273,45"/>
-<area shape="rect" id="node10" href="IBufferPool.Introspection.html" title="&#171;interface&#187; IBufferPool.Introspection" alt="" coords="359,37,521,77"/>
-<area shape="rect" id="node11" href="IBufferProvider.html" title="&#171;interface&#187; IBufferProvider" alt="" coords="5,105,109,145"/>
-<area shape="rect" id="node12" href="IBufferProvider.Introspection.html" title="&#171;interface&#187; IBufferProvider.Introspection" alt="" coords="139,69,322,109"/>
-<area shape="rect" id="node13" href="../channel/IChannel.html" title="&#171;interface&#187; IChannel (org.eclipse.net4j.channel)" alt="" coords="143,483,318,538"/>
-<area shape="rect" id="node14" href="../protocol/IProtocol.html" title="&#171;interface&#187; IProtocol (org.eclipse.net4j.protocol)" alt="" coords="143,562,318,617"/>
-<area shape="rect" id="node15" href="../../spi/net4j/InternalBuffer.html" title="&#171;interface&#187; InternalBuffer (org.eclipse.spi.net4j)" alt="" coords="157,291,304,346"/>
-<area shape="rect" id="node16" href="../../spi/net4j/InternalChannel.html" title="&#171;interface&#187; InternalChannel (org.eclipse.spi.net4j)" alt="" coords="157,134,304,189"/>
-<area shape="rect" id="node17" href="../../spi/net4j/InternalChannelMultiplexer.html" title="&#171;interface&#187; InternalChannelMultiplexer (org.eclipse.spi.net4j)" alt="" coords="143,213,318,267"/>
-<area shape="rect" id="node18" href="BufferState.html" title="&#171;enum&#187; BufferState" alt="" coords="14,41,101,81"/>
+<area shape="rect" id="node1" href="BufferInputStream.html" title="BufferInputStream" alt="" coords="168,301,293,326"/>
+<area shape="rect" id="node2" href="BufferOutputStream.html" title="BufferOutputStream" alt="" coords="163,205,299,230"/>
+<area shape="rect" id="node3" title="InputStream (java.io)" alt="" coords="11,261,104,301"/>
+<area shape="rect" id="node4" title="OutputStream (java.io)" alt="" coords="6,197,109,237"/>
+<area shape="rect" id="node5" href="IBuffer.html" title="&#171;interface&#187; IBuffer" alt="" coords="15,133,100,173"/>
+<area shape="rect" id="node6" href="IBufferHandler.html" title="&#171;interface&#187; IBufferHandler" alt="" coords="6,325,109,365"/>
+<area shape="rect" id="node7" href="IBufferPool.html" title="&#171;interface&#187; IBufferPool" alt="" coords="188,37,273,77"/>
+<area shape="rect" id="node8" href="IBufferPool.Introspection.html" title="&#171;interface&#187; IBufferPool.Introspection" alt="" coords="352,69,515,109"/>
+<area shape="rect" id="node9" href="IBufferProvider.html" title="&#171;interface&#187; IBufferProvider" alt="" coords="5,69,109,109"/>
+<area shape="rect" id="node10" href="IBufferProvider.Introspection.html" title="&#171;interface&#187; IBufferProvider.Introspection" alt="" coords="139,101,322,141"/>
+<area shape="rect" id="node11" href="BufferState.html" title="&#171;enum&#187; BufferState" alt="" coords="14,5,101,45"/>
</map>
<CENTER><IMG SRC="package-summary.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>

Back to the top