@FunctionalInterface
public interface ChannelFactory
| Modifier and Type | Method and Description |
|---|---|
default java.nio.channels.FileChannel |
open(java.nio.file.Path path) |
java.nio.channels.FileChannel |
open(java.nio.file.Path path,
java.nio.file.OpenOption... options) |