-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable,java.lang.Readable,org.apache.tools.ant.filters.ChainableReader
public final class FileContentReader extends BaseFilterReader implements ChainableReader
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleaninitializedprivate final Projectprojectprivate final Readerinprivate final Objectlockprivate final CharArrayskipBuffer
-
Constructor Summary
Constructors Constructor Description FileContentReader(Reader input)
-
Method Summary
-
Methods inherited from class com.cognifide.gradle.common.file.FileContentReader
getInitialized, getProject, read, readFully, readLine, setInitialized, setProject, skip -
Methods inherited from class java.io.FilterReader
read, read -
Methods inherited from class java.lang.Readable
equals, hashCode, toString -
Methods inherited from class org.apache.tools.ant.filters.BaseFilterReader
close, mark, markSupported, ready, reset -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-