}
}
@Test
public void testCompressedSeek() throws Exception {
CompressionCodec codec = new SnappyCodec();
TestInStream.OutputCollector collect = new TestInStream.OutputCollector();
ReaderWriterProfiler.setProfilerOptions(null);
RunLengthByteWriter out = new RunLengthByteWriter(new OutStream("test", 500,
codec, collect, new MemoryEstimate()));