Java org.eclipse.jgit.lib ObjectLoader fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.lib ObjectLoader fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

voidcopyTo(OutputStream out)
Copy this object to the output stream.
byte[]getBytes(int sizeLimit)
Obtain a copy of the bytes of this object.
byte[]getBytes()
Obtain a copy of the bytes of this object.
byte[]getCachedBytes()
Obtain a reference to the (possibly cached) bytes of this object.
byte[]getCachedBytes(int sizeLimit)
Obtain a reference to the (possibly cached) bytes of this object.
longgetSize()
Get size of object in bytes
intgetType()
Get Git in pack object type
booleanisLarge()
Whether this object is too large to obtain as a byte array.
ObjectStreamopenStream()
Obtain an input stream to read this object's data.