Java org.eclipse.jgit.transport BundleWriter fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport BundleWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport BundleWriter.

The text is from its open source code.

Field

Constructor

BundleWriter(Repository repo)
Create a writer for a bundle.
BundleWriter(ObjectReader or)
Create a writer for a bundle.

Method

voidwriteBundle(ProgressMonitor monitor, OutputStream os)
Generate and write the bundle to the output stream.