Java org.eclipse.jgit.internal.storage.pack PackExt fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.internal.storage.pack PackExt fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.internal.storage.pack PackExt.

The text is from its open source code.

Field

PackExtPACK
A pack file extension.
PackExtINDEX
A pack index file extension.
PackExtBITMAP_INDEX
A pack bitmap index file extension.

Method

intgetBit()
Get the bit mask of the extension e.g 1 << getPosition() .
StringgetExtension()
Get the file extension.
PackExtnewPackExt(String ext)
Returns a PackExt for the file extension and registers it in the values array.