public class TextTasksetsWriter extends Object implements ITasksetsWriter
Constructor and Description |
---|
TextTasksetsWriter(File dest,
long pr) |
TextTasksetsWriter(OutputStream dest,
long pr) |
TextTasksetsWriter(String dest,
long pr) |
public TextTasksetsWriter(String dest, long pr) throws IOException
IOException
public TextTasksetsWriter(OutputStream dest, long pr)
public TextTasksetsWriter(File dest, long pr) throws IOException
IOException
public void write(ITask[] taskset) throws IOException
write
in interface ITasksetsWriter
IOException
public void write(List<ITask> taskset) throws IOException
write
in interface ITasksetsWriter
IOException
public void write(ITaskSet taskset) throws IOException
write
in interface ITasksetsWriter
IOException
public void write(Iterable<ITask[]> tasksets) throws IOException
write
in interface ITasksetsWriter
IOException
public void close() throws IOException
close
in interface ITasksetsWriter
IOException
public void flush() throws IOException
flush
in interface ITasksetsWriter
IOException
Copyright © 2013. All Rights Reserved.