public class Reporter extends Object
public Reporter(boolean gzipped, String filename, int chunk_len)
filename-chunk.{gz|rep}
Rep-files are not gzipped.gzipped
- whether the product will be a gzipped filefilename
- the base filenamechunk_len
- how many items in a chunk, non-positive value means unlimitedEOT()
public final DataOutput os()
public void EOT()
public void close()
Copyright © 2016 Egothor. All Rights Reserved.