Java org.apache.commons.compress.utils ByteUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.utils ByteUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.utils ByteUtils.

The text is from its open source code.

Method

longfromLittleEndian(byte[] bytes, final int off, final int length)
Reads the given byte array as a little endian long.
voidtoLittleEndian(final byte[] b, final long value, final int off, final int length)
Inserts the given value into the array as a little endian sequence of the given length starting at the given offset.