59606162636465
* @throws java.io.IOException if an exception occurs while constructing the * OutputFormat */ @Override public OutputFormat getOutputFormat() throws IOException { return new SequenceFileOutputFormat(); }
36373839404142
this.compressionCodecClass = compressionCodecClass; } @Override public OutputFormat getOutputFormat() throws IOException { return new SequenceFileOutputFormat(); }
53545556575859
this.valueClass = Class.forName(valueClass); } @Override public OutputFormat getOutputFormat() throws IOException { return new SequenceFileOutputFormat(); }