Searched defs:OP_READ (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
H A DSelectionKey.java26 * reading ({@code OP_READ}) and writing ({@code OP_WRITE}).
49 public static final int OP_READ = 1; field in class:SelectionKey
168 * {@code (readyOps() & OP_READ) == OP_READ}.
176 return (readyOps() & OP_READ) == OP_READ;

Completed in 300 milliseconds