Package jetbrains.buildServer.util
Class TCLineReader
- java.lang.Object
-
- jetbrains.buildServer.util.TCLineReader
-
public class TCLineReader extends Object
-
-
Constructor Summary
Constructors Constructor Description TCLineReader(InputStream in, long length, OutputStream output, byte[] newSeparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeUsingNewSeparator()
-
-
-
Constructor Detail
-
TCLineReader
public TCLineReader(InputStream in, long length, OutputStream output, byte[] newSeparator) throws IOException
- Throws:
IOException
-
-
Method Detail
-
writeUsingNewSeparator
public void writeUsingNewSeparator() throws IOException
- Throws:
IOException
-
-