@FunctionalInterface public interface NioReaderHandler
| Modifier and Type | Method and Description |
|---|---|
void |
read(NioInputStream in)
Called every time it is possible to read from the input stream without blocking.
|
void read(NioInputStream in)
in.isFinished() must be true to
indicate that all the stream has been read.in - input stream.Copyright © 1996-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.