61626364656667
_typeArg = (String) args.get(TYPE_ARG); _codecArg = (String) args.get(CODEC_ARG); } public RecordInputStream getInputStream(FileSystem fs, Path path) throws IOException { return new SequenceFileInputStream(fs, path); }
62636465666768