org.curjent.test.agent.asmify
Class CopyProxy
java.lang.Object
org.curjent.impl.agent.Proxy
org.curjent.test.agent.asmify.CopyProxy
- All Implemented Interfaces:
- Copy
public final class CopyProxy
- extends Proxy
- implements Copy
Methods inherited from class org.curjent.impl.agent.Proxy |
toString |
call0
private final CallInfo call0
call1
private final CallInfo call1
call2
private final CallInfo call2
call3
private final CallInfo call3
call4
private final CallInfo call4
call5
private final CallInfo call5
call6
private final CallInfo call6
call7
private final CallInfo call7
CopyProxy
public CopyProxy(Controller controller,
CallInfo[] calls)
copy
public void copy(String source,
String target)
- Specified by:
copy
in interface Copy
exists
public boolean exists(String source)
throws IOException
- Specified by:
exists
in interface Copy
- Throws:
IOException
length
public AgentCall length(File file)
- Specified by:
length
in interface Copy
file
public Future file(String source)
- Specified by:
file
in interface Copy
status
public AgentCall status(String source)
- Specified by:
status
in interface Copy
flush
public void flush(Runnable action)
- Specified by:
flush
in interface Copy
read
public char read(long offset,
int count)
- Specified by:
read
in interface Copy
count
public int count()
- Specified by:
count
in interface Copy
Copyright 2009-2011 Tom Landon
Apache License 2.0