Searched refs:StreamWrapper (Results 1 – 5 of 5) sorted by relevance
34 private interface StreamWrapper { interface in IOUtilsTest40 skip(new StreamWrapper() { in skipUsingSkip()50 skip(new StreamWrapper() { in skipUsingRead()65 skip(new StreamWrapper() { in skipUsingSkipAndRead()130 private void skip(final StreamWrapper wrapper) throws Exception { in skip()
39 testUnarchive(new StreamWrapper<CompressorInputStream>() { in testZUnarchive()49 testUnarchive(new StreamWrapper<CompressorInputStream>() { in testZUnarchiveViaFactory()60 testUnarchive(new StreamWrapper<CompressorInputStream>() { in testZUnarchiveViaAutoDetection()81 … private void testUnarchive(final StreamWrapper<CompressorInputStream> wrapper) throws Exception { in testUnarchive()
41 testUnarchive(new StreamWrapper<CompressorInputStream>() { in testDefaultExtraction()51 testUnarchive(new StreamWrapper<CompressorInputStream>() { in testDefaultExtractionViaFactory()63 testUnarchive(new StreamWrapper<CompressorInputStream>() { in testDefaultExtractionViaFactoryAutodetection()71 … private void testUnarchive(final StreamWrapper<CompressorInputStream> wrapper) throws Exception { in testUnarchive()
98 readDoubledBlaLz4(new StreamWrapper() { in readDoubledBlaLz4WithDecompressConcatenatedTrue()108 readDoubledBlaLz4(new StreamWrapper() { in readDoubledBlaLz4WithDecompressConcatenatedFalse()118 readDoubledBlaLz4(new StreamWrapper() { in readDoubledBlaLz4WithoutExplicitDecompressConcatenated()141 readDoubledBlaLz4(new StreamWrapper() { in readDoubledBlaLz4ViaFactoryWithDecompressConcatenatedTrue()152 readDoubledBlaLz4(new StreamWrapper() { in readDoubledBlaLz4ViaFactoryWithDecompressConcatenatedFalse()163 readDoubledBlaLz4(new StreamWrapper() { in readDoubledBlaLz4ViaFactoryWithoutExplicitDecompressConcatenated()622 interface StreamWrapper { interface in FramedLZ4CompressorInputStreamTest626 …private void readDoubledBlaLz4(StreamWrapper wrapper, boolean expectDuplicateOutput) throws Except… in readDoubledBlaLz4()
403 protected static interface StreamWrapper<I extends InputStream> { interface in AbstractTestCase