I'm using ZK gem to read data from ZooKeeper. It works well when I get the string data in znode but if it's a long data, I get a byte array and couldn't convert into a long variable. I have tried Array#pack but it didn't work. I'm using ZK gem to read data from ZooKeeper. I