Package | Description |
---|---|
org.eclipse.jgit.util.io |
Constructor and Description |
---|
TimeoutInputStream(java.io.InputStream src,
InterruptTimer timer)
Wrap an input stream with a timeout on all read operations.
|
TimeoutOutputStream(java.io.OutputStream destination,
InterruptTimer timer)
Wrap an output stream with a timeout on all write operations.
|
Copyright © 2012. All Rights Reserved.