Java org.eclipse.jgit.util TemporaryBuffer.Heap fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

longlength()
Obtain the length (in bytes) of the buffer.
byte[]toByteArray()
Convert this buffer's contents into a contiguous byte array.
voidwrite(int b)
voidwriteTo(OutputStream os, ProgressMonitor pm)
Send this buffer to an output stream.