@FunctionalInterface public interface NioCompletionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
complete(NioInputStream in)
Method called when all data has been read.
|
void complete(NioInputStream in)
in.isFinished()
must be true when called.in - input stream.Copyright © 1996-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.