org.vafer.jdeb
Interface DataConsumer


public interface DataConsumer

A DataConsumer consumes Data produced from a producer.

Author:
Torsten Curdt

Method Summary
 void onEachDir(String dirname, String linkname, String user, int uid, String group, int gid, int mode, long size)
           
 void onEachFile(InputStream input, String filename, String linkname, String user, int uid, String group, int gid, int mode, long size)
           
 

Method Detail

onEachDir

void onEachDir(String dirname,
               String linkname,
               String user,
               int uid,
               String group,
               int gid,
               int mode,
               long size)
               throws IOException
Throws:
IOException

onEachFile

void onEachFile(InputStream input,
                String filename,
                String linkname,
                String user,
                int uid,
                String group,
                int gid,
                int mode,
                long size)
                throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.