Lines Matching full:system
30 System.err.println("Number of XZ Streams: " + in.getStreamCount());
31 System.err.println("Number of XZ Blocks: " + in.getBlockCount());
33 System.err.println("Uncompressed size: " + in.length() + " B");
35 System.err.println("Largest XZ Block size: "
38 System.err.print("List of Check IDs:");
42 System.err.print(" " + i);
43 System.err.println();
45 System.err.println("Index memory usage: "
52 System.out.write(buf, 0, size);
65 System.err.println("Error: End of file reached");
66 System.exit(1);
69 System.out.write(buf, 0, size);