WarcWriter, java.io.Closeable, java.lang.AutoCloseablepublic class UncompressedWarcWriter extends java.lang.Object implements WarcWriter
| Constructor | Description |
|---|---|
UncompressedWarcWriter(java.io.OutputStream output) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
write(WarcRecord record) |
public UncompressedWarcWriter(java.io.OutputStream output)
public void write(WarcRecord record) throws java.io.IOException
write in interface WarcWriterjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOException