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

java.lang.Object
  extended by org.jtheque.core.utils.file.jt.JTFileReader
      extended by org.jtheque.core.utils.file.jt.impl.JTDFileReader
All Implemented Interfaces:
IJTFileReader

public final class JTDFileReader
extends JTFileReader

Cette classe représente un reader de fichier JTD.

Author:
Baptiste Wicht

Constructor Summary
JTDFileReader(java.util.Collection<BackupReader> readers)
          Construct a new JTD file reader.
 
Method Summary
 JTFile readFile(java.io.DataInputStream stream)
          Read a JT File.
 
Methods inherited from class org.jtheque.core.utils.file.jt.JTFileReader
readFile, readFile, readFile, readFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTDFileReader

public JTDFileReader(java.util.Collection<BackupReader> readers)
Construct a new JTD file reader.

Parameters:
readers - The readers.
Method Detail

readFile

public JTFile readFile(java.io.DataInputStream stream)
                throws org.jtheque.utils.io.FileException
Description copied from class: JTFileReader
Read a JT File.

Specified by:
readFile in class JTFileReader
Parameters:
stream - The data input stream to read from.
Returns:
The readed JT File.
Throws:
org.jtheque.utils.io.FileException - Throws when the file is corrupted.


Copyright © 2009 JTheque. All Rights Reserved.