|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.io.Reader
java.io.FilterReader
org.gradle.api.internal.tasks.copy.FilterChain
class FilterChain extends java.io.FilterReader
| Constructor Summary | |
protected FilterChain()
|
|
| Method Summary | |
|---|---|
FilterReader
|
getChain()
|
boolean
|
hasChain()
|
void
|
setChain(FilterReader chain)
|
void
|
setHead(Reader in)
|
| Methods inherited from class java.io.FilterReader | |
|---|---|
| mark, reset, close, read, read, skip, markSupported, ready, read, read, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.io.Reader | |
|---|---|
| mark, reset, close, read, read, read, read, skip, markSupported, ready, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
protected FilterChain()
| Method Detail |
|---|
public FilterReader getChain()
public boolean hasChain()
public void setChain(FilterReader chain)
public void setHead(Reader in)
Groovy Documentation