File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
src/org/netpreserve/jwarc Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616/**
1717 * Reader for Web Archive Collection Zipped (WACZ) files.
1818 *
19+ * EXPERIMENTAL API: May change or be removed without notice.
20+ *
1921 * @see <a href="https://specs.webrecorder.net/wacz/latest/">WACZ Specification</a>
2022 */
2123public class WaczReader implements Closeable {
Original file line number Diff line number Diff line change 2323/**
2424 * Writer for Web Archive Collection Zipped (WACZ) files.
2525 *
26+ * EXPERIMENTAL API: May change or be removed without notice.
27+ *
2628 * @see <a href="https://specs.webrecorder.net/wacz/latest/">WACZ Specification</a>
2729 */
2830public class WaczWriter implements Closeable {
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ private static void usage() {
9393 System .out .println (" stats Print statistics about WARC and CDX files" );
9494 System .out .println (" validate Validate WARC or ARC files" );
9595 System .out .println (" version Print version information" );
96- System .out .println (" wacz Package WARC files into a WACZ file" );
96+ // System.out.println(" wacz Package WARC files into a WACZ file (EXPERIMENTAL) ");
9797 }
9898
9999 private static void version () {
You can’t perform that action at this time.
0 commit comments