Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
1.修改readme文件,注释等
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayvytr committed Mar 23, 2017
1 parent 6ba3251 commit 149c8ac
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 47 deletions.
89 changes: 68 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,30 +125,77 @@ Simplify development steps for Android Developers.(为Android开发者提供的
base64Decode

FileTool File operation class, judgment is not a file / directory, is it present,
rename, create file / directory, list / search file, get file name / file
rename, create file / directory, list file/directory, get file name / file
title (not including extension), there is no extension,
read / write Documents and other methods
fromName
isExists
rename
isDir
isFile
createDir
createFile
listFilesInDir
listFilesInDirWithFilter
searchFileInDir
writeFile
write
readFile
read
getByteArray
getLastModified
getName
getTitle
getExtension
hasExtension
isTyped
createFile
fromName
getByteArray
getExtension
getExtension
getLastModified
getLowerName
getName
getNamesExtensionsList
getNamesList
getTitle
hasExtension
isDir
isExists
isFile
isTyped
listAll
listAllDirs
listAllDirsDislikeNames
listAllDirsDislikeNamesNoCase
listAllDirsLikeNames
listAllDirsLikeNamesNoCase
listAllDirsWithNames
listAllDirsWithNamesNoCase
listAllDirsWithoutNames
listAllDirsWithoutNamesNoCase
listAllDislikeNames
listAllDislikeNamesNoCase
listAllLikeNames
listAllLikeNamesNoCase
listAllWithExtension
listAllWithNames
listAllWithNamesNoCase
listAllWithoutExtension
listAllWithoutNames
listAllWithoutNamesNoCase
listDirs
listDirsDislikeNames
listDirsDislikeNamesNoCase
listDirsLikeNames
listDirsLikeNamesNoCase
listDirsWithNames
listDirsWithNamesNoCase
listDirsWithoutNames
listDirsWithoutNamesNoCase
listFiles
listFilesDislikeNames
listFilesDislikeNamesNoCase
listFilesLikeNames
listFilesLikeNamesNoCase
listFilesNames
listFilesPaths
listFilesWithExtension
listFilesWithNames
listFilesWithNamesNoCase
listFilesWithoutExtension
listFilesWithoutNames
listFilesWithoutNamesNoCase
of
open
read
readFile
rename
toFileNames
toFilePaths
write
writeFile

RegexTool Regular tool classes, including verification of mobile phone number,
mailbox, ID number and so on
Expand Down
89 changes: 68 additions & 21 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,29 +122,76 @@
base64Encode
base64Decode

FileTool 文件操作类,判断是不是文件/目录,是不是存在,重命名,创建文件/目录,列出/搜索文件
FileTool 文件操作类,判断是不是文件/目录,是不是存在,重命名,创建文件/目录,列出文件/目录
获取文件名/文件标题(不包含扩展名), 有没有扩展名,读/写文件等方法
fromName
isExists
rename
isDir
isFile
createDir
createFile
listFilesInDir
listFilesInDirWithFilter
searchFileInDir
writeFile
write
readFile
read
getByteArray
getLastModified
getName
getTitle
getExtension
hasExtension
isTyped
createFile
fromName
getByteArray
getExtension
getExtension
getLastModified
getLowerName
getName
getNamesExtensionsList
getNamesList
getTitle
hasExtension
isDir
isExists
isFile
isTyped
listAll
listAllDirs
listAllDirsDislikeNames
listAllDirsDislikeNamesNoCase
listAllDirsLikeNames
listAllDirsLikeNamesNoCase
listAllDirsWithNames
listAllDirsWithNamesNoCase
listAllDirsWithoutNames
listAllDirsWithoutNamesNoCase
listAllDislikeNames
listAllDislikeNamesNoCase
listAllLikeNames
listAllLikeNamesNoCase
listAllWithExtension
listAllWithNames
listAllWithNamesNoCase
listAllWithoutExtension
listAllWithoutNames
listAllWithoutNamesNoCase
listDirs
listDirsDislikeNames
listDirsDislikeNamesNoCase
listDirsLikeNames
listDirsLikeNamesNoCase
listDirsWithNames
listDirsWithNamesNoCase
listDirsWithoutNames
listDirsWithoutNamesNoCase
listFiles
listFilesDislikeNames
listFilesDislikeNamesNoCase
listFilesLikeNames
listFilesLikeNamesNoCase
listFilesNames
listFilesPaths
listFilesWithExtension
listFilesWithNames
listFilesWithNamesNoCase
listFilesWithoutExtension
listFilesWithoutNames
listFilesWithoutNamesNoCase
of
open
read
readFile
rename
toFileNames
toFilePaths
write
writeFile

RegexTool 正则工具类,包括验证手机号,邮箱,身份证号码等
isMobileSimple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@
import static java.util.Arrays.asList;

/**
* 文件操作类,判断是不是文件/目录,是不是存在,重命名,创建文件/目录,列出/搜索文件
* 文件操作类,判断是不是文件/目录,是不是存在,重命名,创建文件/目录,列出文件/目录
* 获取文件名/文件标题(不包含扩展名), 有没有扩展名,读/写文件等功能.
* <p>
* 前作者: Blankj
* blog : http://blankj.com
* </p>
*
* @author Ayvytr <a href="https://github.com/Ayvytr" target="_blank">'s GitHub</a>
* @since 1.0.0
Expand Down

0 comments on commit 149c8ac

Please sign in to comment.