Example usage for org.eclipse.jgit.diff RawText subclass-usage

List of usage examples for org.eclipse.jgit.diff RawText subclass-usage

Introduction

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

Usage

From source file com.google.gerrit.server.patch.Text.java

public class Text extends RawText {
    private static final Logger log = LoggerFactory.getLogger(Text.class);
    private static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");
    private static final int bigFileThreshold = PackConfig.DEFAULT_BIG_FILE_THRESHOLD;

    public static final byte[] NO_BYTES = {};

From source file de.fau.osr.util.FlatSource.java

/**
 * FlatSource is a RawText that has been broken into a single line per word.
 * @author tobias
 */
public class FlatSource extends RawText {
    /**