org.apache.tools.ant.util
Class ConcatFileInputStream
InputStreamorg.apache.tools.ant.util.ConcatFileInputStream
public class ConcatFileInputStream
extends InputStream
Special InputStream that will
concatenate the contents of an array of files.
void | close()
|
void | log(String message, int loglevel)- Log a message with the specified logging level.
|
int | read()
|
void | setManagingTask(Task task)- Set a managing
Task for
this ConcatFileInputStream.
|
ConcatFileInputStream
public ConcatFileInputStream(File[] file)
throws IOException Construct a new ConcatFileInputStream
with the specified File[].
file - File[].
close
public void close()
throws IOException
log
public void log(String message,
int loglevel) Log a message with the specified logging level.
message - the String message.loglevel - the int logging level.
read
public int read()
throws IOException
setManagingTask
public void setManagingTask(Task task)
Set a managing Task for
this ConcatFileInputStream.
task - the managing Task.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.