4142434445464748495051
if(stream instanceof FSDataOutputStream) posStream = (FSDataOutputStream) stream; } @Override public void setup() throws IOException { DataWriter w = null; switch(type){ case JSON: w = new JSONDataWriter(stream); break; default: