MCPcopy Create free account
hub / github.com/ReadyTalk/avian / Static

Class Static

classpath/java/io/PrintStream.java:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 private final boolean autoFlush;
16
17 private static class Static {
18 private static final byte[] newline
19 = System.getProperty("line.separator").getBytes();
20 }
21
22 public PrintStream(OutputStream out, boolean autoFlush) {
23 this.out = out;

Callers

nothing calls this directly

Calls 2

getPropertyMethod · 0.95
getBytesMethod · 0.80

Tested by

no test coverage detected