A B C D E F G H I L M N P R S T U V W

B

ByteBuilder - class de.vdheide.mp3.ByteBuilder.
This does the opposite of Parser, i.e. it takes Strings or byte array, parses them and adds them to a byte array.
ByteBuilder(byte) - Constructor for class de.vdheide.mp3.ByteBuilder
Creates a new instance
ByteBuilder(byte, int) - Constructor for class de.vdheide.mp3.ByteBuilder
Creates a new instance with an estimation of the size needed.
Bytes - class de.vdheide.utils.Bytes.
Takes an array of bytes (e.g. read from an InputStream) and converts it into a number, assuming MSB order.
Bytes(byte[]) - Constructor for class de.vdheide.utils.Bytes
Create a new object from an array of bytes and convert to number.
Bytes(byte[], int, int) - Constructor for class de.vdheide.utils.Bytes
Create a new object from an array of bytes and convert to a number.
Bytes(long) - Constructor for class de.vdheide.utils.Bytes
Create a new object from a long value und convert to array of bytes.
Bytes(long, int) - Constructor for class de.vdheide.utils.Bytes
Create a new object from a long value und convert to array of bytes.
byteArrayToLong(byte[], int, int) - Static method in class de.vdheide.utils.Bytes
Convert length bytes from an array of bytes starting at position start to a long value.

A B C D E F G H I L M N P R S T U V W