java.lang.AutoCloseable
, java.io.Closeable
UnbufferedFileStore
, WarcStore
public interface Store
extends java.io.Closeable
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
void |
store(java.net.URI uri,
org.apache.http.HttpResponse response,
boolean isDuplicate,
byte[] contentDigest,
java.lang.String guessedCharset) |
void store(java.net.URI uri, org.apache.http.HttpResponse response, boolean isDuplicate, byte[] contentDigest, java.lang.String guessedCharset) throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
java.io.IOException