commit | 730a25995efb2b5646a5d42ce83cfc3dbef6ee74 | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Mon Jun 25 19:48:33 2018 -0700 |
committer | Hall Liu <hallliu@google.com> | Mon Jun 25 19:48:33 2018 -0700 |
tree | 0c75f7608c66d081d25c1b2bf74bb3d39c4654cc | |
parent | d7c87b74d9cb8d1c334368316aee010635b18446 [diff] |
Make RttTextStream's read interruptible Wrap the FileInputStream in a java.nio.Channel so that sending a Thread.interrupt() to the thread blocked on the read will actually do something. Change-Id: Icc11ba69167f448e2b33d9a1a13a1dfa5e5d0d58 Fixes: 110570772 Test: manual (follow repro steps in bug, but type really fast),treehugger