Note: This hacky class does not really solve the problem of interrupting blocking Java input streams, as it cannot unblock a blocked read operation. It really just serves as a convenient way to interrupt streams before any potentially blocking operations. @author James Murty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|