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

java.lang.Object
  extended by org.jtheque.core.utils.file.jt.AbstractJTFileHeader
      extended by org.jtheque.core.utils.file.jt.impl.JTDFileHeader

public final class JTDFileHeader
extends AbstractJTFileHeader

A header of a JTDFile.

Author:
Baptiste Wicht

Constructor Summary
JTDFileHeader()
           
 
Method Summary
 boolean isComplete()
          Indicate if the file is complete or not.
 
Methods inherited from class org.jtheque.core.utils.file.jt.AbstractJTFileHeader
getDate, getFileVersion, getKey, getVersionJTheque, setDate, setFileVersion, setKey, setVersionJTheque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTDFileHeader

public JTDFileHeader()
Method Detail

isComplete

public boolean isComplete()
Description copied from class: AbstractJTFileHeader
Indicate if the file is complete or not.

Specified by:
isComplete in class AbstractJTFileHeader
Returns:
true if the file is complete else false.


Copyright © 2009 JTheque. All Rights Reserved.