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

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

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jgit.lib.ObjectInserter has subclasses.
Click this link to see all its subclasses.

Method

voidclose()

Release any resources used by this inserter.

voidflush()
Make all inserted objects visible.
ObjectIdidFor(int type, byte[] data)
Compute the name of an object, without inserting it.
ObjectIdinsert(int objectType, long length, InputStream in)
Insert a single object into the store, returning its unique name.
ObjectIdinsert(TreeFormatter formatter)
Insert a single tree into the store, returning its unique name.
ObjectIdinsert(CommitBuilder builder)
Insert a single commit into the store, returning its unique name.
ObjectIdinsert(TagBuilder builder)
Insert a single annotated tag into the store, returning its unique name.
ObjectIdinsert(int type, byte[] data)
Insert a single object into the store, returning its unique name.
ObjectReadernewReader()
Open a reader for objects that may have been written by this inserter.