org.jtheque.core.utils.file.jt.able
Interface JTNotZippedFile

All Superinterfaces:
JTFile
All Known Implementing Classes:
JTDFile

public interface JTNotZippedFile
extends JTFile

A JTheque non zipped file.

Author:
Baptiste Wicht

Method Summary
 AbstractJTFileHeader getHeader()
          Return the header of the file.
 boolean isCorrectSeparators()
          Set if the file has the correct separators or not.
 void setCorrectSeparators(boolean correctSeparators)
          Set if the file has the correct separators or not.
 
Methods inherited from interface org.jtheque.core.utils.file.jt.able.JTFile
isValid
 

Method Detail

getHeader

AbstractJTFileHeader getHeader()
Return the header of the file.

Returns:
The JT Header.

setCorrectSeparators

void setCorrectSeparators(boolean correctSeparators)
Set if the file has the correct separators or not.

Parameters:
correctSeparators - true if the file has correct separators else false.

isCorrectSeparators

boolean isCorrectSeparators()
Set if the file has the correct separators or not.

Returns:
true if the file has correct separators else false.


Copyright © 2009 JTheque. All Rights Reserved.