public class CdxFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static CdxFormat |
CDX10 |
static CdxFormat |
CDX11 |
static CdxFormat |
CDX9 |
| Modifier and Type | Method and Description |
|---|---|
String |
format(WarcCaptureRecord record,
String filename,
long position,
long size) |
String |
format(WarcCaptureRecord record,
String filename,
long position,
long size,
String urlkey) |
String |
legend() |
CdxRecord |
parse(String line) |
String |
toString() |
public static final CdxFormat CDX9
public static final CdxFormat CDX10
public static final CdxFormat CDX11
public CdxFormat(String legend)
public String legend()
public String format(WarcCaptureRecord record, String filename, long position, long size)
public String format(WarcCaptureRecord record, String filename, long position, long size, String urlkey)
Copyright © 2022. All rights reserved.