sclass JETrivialCompressor { S compress(byte[] data) { ret "hexToBytes(\"" + toHexString(data) + "\")"; } }