- decodeUncompressedSize(byte[]) - Static method in class io.redvox.api900.Lz4
-
Converts 4-bytes that represent the size of the original uncompressed byte array into a single integer.
- decodeUncompressedSize() - Method in class io.redvox.api900.tests.Lz4Test
-
- decompressFast(byte[]) - Static method in class io.redvox.api900.Lz4
-
Decompresses an array of bytes using the fast decompressor.
- decompressFast() - Method in class io.redvox.api900.tests.Lz4Test
-
- decompressFast1() - Method in class io.redvox.api900.tests.Lz4Test
-
- decompressFast2() - Method in class io.redvox.api900.tests.Lz4Test
-
- decompressFileFast(Path, Path) - Static method in class io.redvox.api900.Lz4
-
Decompresses a file on disk using the fast decompressor and writes the decompressed file back to disk.
- decompressFileFast() - Method in class io.redvox.api900.tests.Lz4Test
-
- decompressFileSafe(Path, Path) - Static method in class io.redvox.api900.Lz4
-
Decompresses a file on disk using the safe decompressor and writes the decompressed file back to disk.
- decompressFileSafe() - Method in class io.redvox.api900.tests.Lz4Test
-
- decompressSafe(byte[]) - Static method in class io.redvox.api900.Lz4
-
Decompresses an array of bytes using the safe decompressor.
- decompressSafe() - Method in class io.redvox.api900.tests.Lz4Test
-
- decompressSafe1() - Method in class io.redvox.api900.tests.Lz4Test
-
- decompressSafe2() - Method in class io.redvox.api900.tests.Lz4Test
-
- defaultFilename(int) - Method in class io.redvox.api900.sensors.ImageSensor
-
- DEVICE_MAKE_FIELD_NUMBER - Static variable in class io.redvox.apis.Api900.RedvoxPacket
-
- DEVICE_MODEL_FIELD_NUMBER - Static variable in class io.redvox.apis.Api900.RedvoxPacket
-
- DEVICE_OS_FIELD_NUMBER - Static variable in class io.redvox.apis.Api900.RedvoxPacket
-
- DEVICE_OS_VERSION_FIELD_NUMBER - Static variable in class io.redvox.apis.Api900.RedvoxPacket
-
- DEVICE_TEMPERATURE_C_FIELD_NUMBER - Static variable in class io.redvox.apis.Api900.RedvoxPacket
-
- deviceMake() - Method in class io.redvox.api900.tests.WrappedRedvoxPacketTest
-
- deviceMake() - Method in class io.redvox.api900.WrappedRedvoxPacket
-
Returns the sensor device make.
- deviceModel() - Method in class io.redvox.api900.tests.WrappedRedvoxPacketTest
-
- deviceModel() - Method in class io.redvox.api900.WrappedRedvoxPacket
-
Returns the sensor device model.
- deviceOs() - Method in class io.redvox.api900.tests.WrappedRedvoxPacketTest
-
- deviceOs() - Method in class io.redvox.api900.WrappedRedvoxPacket
-
Returns the operating system of the sensor device.
- deviceOsVersion() - Method in class io.redvox.api900.tests.WrappedRedvoxPacketTest
-
- deviceOsVersion() - Method in class io.redvox.api900.WrappedRedvoxPacket
-
Returns the operating system version of the sensor device.
- deviceTemperatureC() - Method in class io.redvox.api900.tests.WrappedRedvoxPacketTest
-
- deviceTemperatureC() - Method in class io.redvox.api900.WrappedRedvoxPacket
-
Returns the temperature of the sensor device in degrees Celsius.