Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.nio
Class VMPipe  view VMPipe download VMPipe.java

java.lang.Object
  extended bygnu.java.nio.VMPipe

final class VMPipe
extends java.lang.Object

This class contains the native methods for gnu.java.nio.PipeImpl As such, it needs help from the VM.


Constructor Summary
(package private) VMPipe()
           
 
Method Summary
(package private) static void init(PipeImpl self, java.nio.channels.spi.SelectorProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMPipe

VMPipe()
Method Detail

init

static void init(PipeImpl self,
                 java.nio.channels.spi.SelectorProvider provider)
          throws java.io.IOException