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

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

Introduction

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

The text is from its open source code.

Method

intdecodeInt32(final byte[] intbuf, final int offset)
Convert sequence of 4 bytes (network byte order) into signed value.
longdecodeInt64(final byte[] intbuf, final int offset)
Convert sequence of 8 bytes (network byte order) into signed value.
intdecodeUInt16(final byte[] intbuf, final int offset)
Convert sequence of 2 bytes (network byte order) into unsigned value.
voidencodeInt32(final byte[] intbuf, final int offset, int v)
Write a 32 bit integer as a sequence of 4 bytes (network byte order).
voidencodeInt64(final byte[] intbuf, final int offset, long v)
Write a 64 bit integer as a sequence of 8 bytes (network byte order).