Example usage for org.eclipse.jgit.util TemporaryBuffer subclass-usage

List of usage examples for org.eclipse.jgit.util TemporaryBuffer subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.util TemporaryBuffer subclass-usage.

Usage

From source file org.webcat.core.http.SmartGZIPOutputStream.java

/**
 * An output stream that automatically GZIPs its content before appending it
 * to a response if the request supports GZIP encoding.
 *
 * @author  Tony Allevato
 * @author  Last changed by $Author: aallowat $