java.lang.AutoCloseable, java.io.CloseableUnbufferedFileStore, WarcStorepublic 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.IOExceptionjava.lang.InterruptedExceptionvoid close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOException