org.apache.tools.ant.util
Class ConcatFileInputStream
InputStream
org.apache.tools.ant.util.ConcatFileInputStream
public class ConcatFileInputStream
extends InputStream
Special InputStream
that will
concatenate the contents of an array of files.
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
setManagingComponent
public void setManagingComponent(ProjectComponent pc)
Set a managing Task
for
this ConcatFileInputStream
.
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.