Package | Description |
---|---|
org.eclipse.jgit.util.io |
Utility classes for IO (streams).
|
Constructor | 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 © 2018. All rights reserved.