- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for EolBaos (0.03 sec)
-
impl/maven-core/src/main/java/org/apache/maven/logging/LoggingOutputStream.java
static final byte[] LINE_SEP = System.lineSeparator().getBytes(); final EolBaos buf; final Consumer<String> consumer; public LoggingOutputStream(Consumer<String> consumer) { this(new EolBaos(), consumer); } LoggingOutputStream(EolBaos out, Consumer<String> consumer) { super(out); this.buf = out; this.consumer = consumer; }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Feb 12 12:31:43 UTC 2025 - 3K bytes - Viewed (0)