Package | Description |
---|---|
org.eclipse.jgit.util.io |
Utility classes for IO (streams).
|
Constructor and Description |
---|
TimeoutInputStream(InputStream src,
InterruptTimer timer)
Wrap an input stream with a timeout on all read operations.
|
TimeoutOutputStream(OutputStream destination,
InterruptTimer timer)
Wrap an output stream with a timeout on all write operations.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.