Package com.github.vlsi.gradle.git
Class FilterTextCrlf
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable,java.lang.Readable
public final class FilterTextCrlf extends FilterReader
-
-
Constructor Summary
Constructors Constructor Description FilterTextCrlf(Reader reader)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.io.FilterReader
close, mark, markSupported, read, read, ready, reset, skip -
Methods inherited from class java.io.Reader
read, read, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FilterTextCrlf
FilterTextCrlf(Reader reader)
-
-
-
-