org.jtheque.core.utils.file.jt.impl
Class JTDFileWriter

java.lang.Object
  extended by org.jtheque.core.utils.file.jt.JTFileWriter
      extended by org.jtheque.core.utils.file.jt.impl.JTDFileWriter
All Implemented Interfaces:
IJTFileWriter

public final class JTDFileWriter
extends JTFileWriter

Cette classe représente un writer de fichier JTD.

Author:
Baptiste Wicht

Constructor Summary
JTDFileWriter(java.util.Collection<BackupWriter> writers)
          Construct a new JTDFileWriter.
 
Method Summary
 void writeFile(java.io.DataOutputStream stream, BasicDataSource source)
          Write a JT file to a stream.
 
Methods inherited from class org.jtheque.core.utils.file.jt.JTFileWriter
writeFile, writeFile, writeFile, writeFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTDFileWriter

public JTDFileWriter(java.util.Collection<BackupWriter> writers)
Construct a new JTDFileWriter.

Parameters:
writers - The writers.
Method Detail

writeFile

public void writeFile(java.io.DataOutputStream stream,
                      BasicDataSource source)
               throws org.jtheque.utils.io.FileException
Description copied from class: JTFileWriter
Write a JT file to a stream.

Specified by:
writeFile in class JTFileWriter
Parameters:
stream - The stream to write to.
source - The datasource.
Throws:
org.jtheque.utils.io.FileException - Throws when an error occurs during the writing process.


Copyright © 2009 JTheque. All Rights Reserved.