Interface CopyOnWriteFSProvider.ChannelFactory<C>
- Enclosing class:
CopyOnWriteFSProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionnewChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
-
Method Details
-
newChannel
C newChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) throws IOException - Throws:
IOException
-