I am trying to read .gz file using GZIPInputStream in Scala code
val inBuff = new BufferedReader(new InputStreamReader(new GZIPInputStream(in)))