|
Ivor Horton's Beginning Java On my system, this happens to be the path to the directory file, which contains
the source files for classes in the java.nio.file package. ...
by Ivor Horton
view
Buy
|
|
Languages and compilers for parallel computing, 16th international workshop, LCPC 2003, College Station, TX, USA, October 2-4, 2003 : revised papers Prior to NIO, Java lacked a way for a single thread to poll multiple sockets,
... 3.2 Java.nio for High-Performance Computing MP Java demonstrates that Java
...
by Lawrence Rauchwerger
view
Buy
|
Rating: 3.25
|
Java examples in a nutshell on the Channel abstraction defined in java.nio.channels. ... The java.nio.
charset package defines a Charset class to represent a character encoding. ...
by David Flanagan
view
Buy
|
Rating: 4.40
|
Sams teach yourself Java 2 in 21 days The java.nio Package Java 2 version 1.4 introduces the java.nio package, ...
Buffers The java.nio package includes support for buffers, objects that ...
by Rogers Cadenhead, Laura Lemay
view
Buy
|
|
Ivor Horton's Beginning Java 2, JDK 5 Edition LongBuffer; import java.nio.DoubleBuffer; import java.nio.CharBuffer; import
java.nio.channels.FileChannel; public class GatheringWrite { public static void
...
by Ivor Horton
view
Buy
|
|
Just Java 2 The utility class java.nio.channels.Channels has half a dozen static methods
that have the effect of converting each way between a channel and a Reader or a
...
by Peter Van der Linden
view
Buy
|
Rating: 3.17
|
Java threads Our intent here is not to explain in great detail the NIO classes themselves;
for a good reference, see Java NIO (O'Reilly). From a threading perspective, ...
by Scott Oaks, Henry Wong
view
Buy
|
Rating: 4.00
|
Thinking in Java This seems a bit primitive— if you look at the java.nio.CharBuffer class, you'll
see that it has a toString( ) method that says: "Returns a string ...
by Bruce Eckel
view
Buy
|
Rating: 4.00
|
Technical Java, developing scientific and engineering applications THE java.nio PACKAGES All of the classes we have discussed so far are found in
the j ava . io package. Up until Java 1.3, the Java . io package is where ...
by Grant Palmer
view
Buy
|
Rating: 4.00
|
TCP/IP sockets in Java, practical guide for programmers chapter 5 NIO This chapter introduces the main facilities of the “New I/O”
packages. There are two important parts: the java.nio.channels package, ...
by Kenneth L. Calvert, Michael J. Donahoo
view
Buy
|