Java org.eclipse.jgit.util.io StreamCopyThread fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.util.io StreamCopyThread fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.util.io StreamCopyThread.

The text is from its open source code.

Constructor

StreamCopyThread(InputStream i, OutputStream o)
Create a thread to copy data from an input stream to an output stream.

Method

voidhalt()
Request that the thread terminate, and wait for it.