Uses of Interface
org.jtheque.core.utils.file.jt.able.JTFile

Packages that use JTFile
org.jtheque.core.utils.file.jt Contains the JT files specifications. 
org.jtheque.core.utils.file.jt.able Contains the specifications for the jt files management. 
org.jtheque.core.utils.file.jt.impl Contains the implementation of JT files. 
 

Uses of JTFile in org.jtheque.core.utils.file.jt
 

Methods in org.jtheque.core.utils.file.jt that return JTFile
 JTFile JTFileReader.readFile(java.io.BufferedInputStream stream)
           
abstract  JTFile JTFileReader.readFile(java.io.DataInputStream stream)
          Read a JT File.
 JTFile JTFileReader.readFile(java.io.File file)
           
 JTFile JTFileReader.readFile(java.io.FileInputStream stream)
           
 JTFile JTFileReader.readFile(java.lang.String path)
           
 

Uses of JTFile in org.jtheque.core.utils.file.jt.able
 

Subinterfaces of JTFile in org.jtheque.core.utils.file.jt.able
 interface JTNotZippedFile
          A JTheque non zipped file.
 interface JTZippedFile
          A JTheque Zipped File.
 

Methods in org.jtheque.core.utils.file.jt.able that return JTFile
 JTFile IJTFileReader.readFile(java.io.BufferedInputStream stream)
          Read a JT File from a stream.
 JTFile IJTFileReader.readFile(java.io.File file)
          Read a JT File from a File object.
 JTFile IJTFileReader.readFile(java.io.FileInputStream stream)
          Read a JT File from a stream.
 JTFile IJTFileReader.readFile(java.lang.String path)
          Read a JT File from a filepath.
 

Uses of JTFile in org.jtheque.core.utils.file.jt.impl
 

Classes in org.jtheque.core.utils.file.jt.impl that implement JTFile
 class JTDFile
          Cette classe réprésente un fichier JTD et toutes ses caractèristiques.
 

Methods in org.jtheque.core.utils.file.jt.impl that return JTFile
 JTFile JTDFileReader.readFile(java.io.DataInputStream stream)
           
 



Copyright © 2009 JTheque. All Rights Reserved.