介绍
- java.nio.channels.Channels
API
static
- newInputStream
- newOutputStream
- newChannel
ReadableByteChannel newChannel(InputStream in)
WritableByteChannel newChannel(OutputStream out)
- newReader
- newWriter
ReadableByteChannel newChannel(InputStream in)
WritableByteChannel newChannel(OutputStream out)