com.petersalomonsen.jjack.javasound
public final class ByteIntConverter extends Object
Version: 0.3
| Field Summary | |
|---|---|
| boolean | bigEndian |
| int | bytesPerSample
Use final for inline optimization |
| int | msbIndex |
| boolean | signed |
| Constructor Summary | |
|---|---|
| ByteIntConverter(int bytesPerSample, boolean bigEndian, boolean signed) | |
| Method Summary | |
|---|---|
| int | readInt(byte[] bytes, int index)
Read from the byte array into an integer |
| void | writeInt(byte[] bytes, int index, int value)
Write an integer into the byte array |