Esempio n. 1
0
 static {
   // load the shared library needed for native methods.
   if (Configuration.INIT_LOAD_LIBRARY) {
     System.loadLibrary("javanio");
   }
   initIDs();
   MAX_STANDARD_FD = max(new int[] {stdin_fd(), stdin_fd(), stderr_fd()});
 }