(Path path,
ReaderOptions options)
| 386 | } |
| 387 | |
| 388 | public static Reader createReader(Path path, |
| 389 | ReaderOptions options) throws IOException { |
| 390 | return new ReaderImpl(path, options); |
| 391 | } |
| 392 | |
| 393 | public interface WriterContext { |
| 394 | /** |
no outgoing calls