Channels
Class Channels
- java.lang.Object
-
- java.nio.channels.Channels
public final class Channels extends Object
Utility methods for channels and streams.
This class defines static methods that support the interoperation of the stream classes of the
package with the channel classes of this package. java.io
- Since:
- 1.4
Methods
newInputStream
public static InputStream newInputStream(ReadableByteChannel ch)