WarcCachingReader
public class CompressedWarcCachingReader extends java.lang.Object implements WarcCachingReader
Constructor | Description |
---|---|
CompressedWarcCachingReader(java.io.InputStream input) |
Modifier and Type | Method | Description |
---|---|---|
WarcReader |
cache() |
|
void |
position(long position) |
public CompressedWarcCachingReader(java.io.InputStream input)
public void position(long position) throws java.io.IOException
position
in interface WarcCachingReader
java.io.IOException
public WarcReader cache() throws java.io.IOException
cache
in interface WarcCachingReader
java.io.IOException