ps.println( text );
}
ps.close();
PigStorage storage = new PigStorage(":");
LocalSeekableInputStream is =
new LocalSeekableInputStream( testFile );
CBZip2InputStream bzis = new CBZip2InputStream( is );
BufferedPositionedInputStream bpis =
new BufferedPositionedInputStream( bzis );
storage.bindTo(testFile.getName(), bpis, 0, testFile.length());