Deprecated API


Contents
Deprecated Interfaces
net.sf.cotta.io.IoProcessor
          use InputProcessor or OutputProcessor 
net.sf.cotta.io.IoResource
          use java.io.Closeable 
net.sf.cotta.io.StreamFactory
          use InputStreamFactory, OutputStreamFactory or TFile itself 
 

Deprecated Classes
net.sf.cotta.utils.ClassPath
          use ClassPathEntry 
net.sf.cotta.utils.ClassPathLocator
          use ClassPathEntryLocator 
net.sf.cotta.io.IoFactory
          use InputFactory or OutputFactory 
net.sf.cotta.io.IoManager
          use InputManager or OutputManager 
 

Deprecated Fields
net.sf.cotta.TFileFactory.PHYSICAL_FILE_FACTORY
          use TFileFactory#phylical instead. This will become private 
 

Deprecated Methods
net.sf.cotta.TFileFactory.directoryFromJavaFile(File)
          use #physicalDir 
net.sf.cotta.TFileFactory.fileFromJavaFile(File)
          use file(java.io.File) 
net.sf.cotta.TDirectory.getJavaFile()
          use #toJavaFile() 
net.sf.cotta.TFile.io()
          use TFile itself is more effective 
net.sf.cotta.TDirectory.listDirs()
          use list().dirs() 
net.sf.cotta.TDirectory.listDirs(TDirectoryFilter)
          use list(directoryFilter).dirs() 
net.sf.cotta.TDirectory.listFiles()
            
net.sf.cotta.TDirectory.listFiles(TFileFilter)
          use list(fileFilter).files() 
net.sf.cotta.utils.ClassPathLocator.locate()
           
net.sf.cotta.TFile.open(IoProcessor)
          use read(), write(), and append() instead 
net.sf.cotta.TFile.open(LineProcessor)
          use #read(LineProcessor) 
net.sf.cotta.io.InputManager.with(InputStream)
          Moved to Input 
net.sf.cotta.io.InputManager.with(InputStreamFactory)
          Moved to Input 
net.sf.cotta.io.InputManager.with(InputStreamFactory, String)
          Moved to Input 
net.sf.cotta.io.InputManager.with(InputStream, String)
          Moved to Input 
net.sf.cotta.io.OutputManager.with(OutputStream)
          moved to Output 
net.sf.cotta.io.OutputManager.with(OutputStreamFactory)
          moved to Output 
net.sf.cotta.io.OutputManager.with(OutputStreamFactory, String)
            
net.sf.cotta.io.OutputManager.with(OutputStream, String)
          moved to Output 
 

Deprecated Constructors
net.sf.cotta.TDirectory(FileSystem, TPath)
          Use the other constructor for default encoding support in TFileFactory 
net.sf.cotta.TEntry(FileSystem, TPath)
          use the other constructor for default encoding support through TFactory 
net.sf.cotta.TFile(FileSystem, TPath)
          use the other constructor for default encoding support provided by factory