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

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

Introduction

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

The text is from its open source code.

Field

intCH_DATA
Channel used for pack data.
intCH_ERROR
Channel used for error messages.
intMAX_BUF
Maximum buffer size for a single packet of sideband data.

Constructor

SideBandOutputStream(int chan, int sz, OutputStream os)
Create a new stream to write side band packets.