borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.io
borland.jbcl.io.FileSystem
Methods
Implemented by LocalFileSystem
This class is used internally by other classes in the JBCL. You should never use this class directly.
String addDir(java.lang.String path, java.lang.String dir)
This method is used internally by other classes in the JBCL. You should never use this method directly.
boolean compareBytes(byte[] buf1, byte[] buf2, int count)
This method is used internally by other classes in the JBCL. You should never use this method directly.
boolean compareFiles(java.lang.String path1, java.lang.String path2)
This method is used internally by other classes in the JBCL. You should never use this method directly.
void copyFile(java.lang.String src, java.lang.String dest)
This method is used internally by other classes in the JBCL. You should never use this method directly.
void copyFile(java.lang.String src, java.lang.String dest, java.lang.String header)
This method is used internally by other classes in the JBCL. You should never use this method directly.
String createFilePath(java.lang.String path, java.lang.String file)
This method is used internally by other classes in the JBCL. You should never use this method directly.
void deleteDirectoryTree(java.lang.String dirPath)
This method is used internally by other classes in the JBCL. You should never use this method directly.
File getClassesFile(java.lang.Object object)
This method is used internally by other classes in the JBCL. You should never use this method directly.
File getClassesFile(java.lang.String file)
This method is used internally by other classes in the JBCL. You should never use this method directly.
int listContains(java.lang.String[] baseList, java.lang.String name)
This method is used internally by other classes in the JBCL. You should never use this method directly.
Properties loadProperties(java.lang.String path)
This method is used internally by other classes in the JBCL. You should never use this method directly.
boolean makeDir(java.lang.String path)
This method is used internally by other classes in the JBCL. You should never use this method directly.
boolean makeDirs(java.lang.String path)
This method is used internally by other classes in the JBCL. You should never use this method directly.
File newFile(java.lang.String path)
This method is used internally by other classes in the JBCL. You should never use this method directly.
boolean traverse(borland.jbcl.io.TraverseAction act, java.io.File dir)
This method is used internally by other classes in the JBCL. You should never use this method directly.