Forum Discussion

Ed_376783's avatar
Ed_376783
Icon for Nimbostratus rankNimbostratus
Nov 12, 2018

Using Java to extract contents from the UCS file

How can I use java to extract the ucs file collected from Big-IQ? When I try to use the java.util.zip.ZipInputStream class, it cannot read the ucs file.

 

1 Reply

  • A UCS file is a gzip file.

     

    Try java.util.zip.GZIPInputStream

     

    You then need to untar the result ...