Browse Source

Improve javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1097260 13f79535-47bb-0310-9956-ffa450edef68
master
Nicolas Lalevee 14 years ago
parent
commit
7396577cf8
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      src/main/org/apache/tools/ant/util/LineOrientedOutputStreamRedirector.java

+ 7
- 2
src/main/org/apache/tools/ant/util/LineOrientedOutputStreamRedirector.java View File

@@ -19,10 +19,15 @@ package org.apache.tools.ant.util;

import java.io.IOException;
import java.io.OutputStream;

/**
* provide a concrete implementation of LineOrientedOutputStream
* Output stream which buffer and redirect a stream line by line.
* <p>
* If the source stream doesn't end with a end of line, one will be added. This
* is particularly useful in combination with the OutputStreamFunneler so each
* funneled stream get its line.
*
* @since Ant 1.8.3
*
*/
public class LineOrientedOutputStreamRedirector
extends


Loading…
Cancel
Save