org.curjent.test.agent.asmify
Interface Copy

All Known Implementing Classes:
CopyProxy

interface Copy


Method Summary
 void copy(String source, String target)
           
 int count()
           
 boolean exists(String source)
           
 Future<File> file(String source)
           
 void flush(Runnable action)
           
 AgentCall<Long> length(File file)
           
 char read(long offset, int count)
           
 AgentCall<Integer> status(String source)
           
 

Method Detail

copy

void copy(String source,
          String target)

exists

boolean exists(String source)
               throws IOException
Throws:
IOException

length

AgentCall<Long> length(File file)

file

Future<File> file(String source)

status

AgentCall<Integer> status(String source)

flush

void flush(Runnable action)

read

char read(long offset,
          int count)

count

int count()


Copyright 2009-2011 Tom Landon
Apache License 2.0