|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
IOFileFilter
that wraps the
FileFilter
instance.
IOFileFilter
that wraps the
FilenameFilter
instance.
FileUtils.cleanDirectory(File)
Reader
.
Writer
.
OutputStream
.
InputStream
.
byte[]
to an OutputStream
.
byte[]
to chars on a
Writer
.
byte[]
to chars on a
Writer
, using the specified encoding.
InputStream
to an OutputStream
.
Reader
to a Writer
.
InputStream
to chars on a
Writer
.
InputStream
to chars on a
Writer
, using the specified encoding.
Reader
to bytes on an
OutputStream
, and flush the OutputStream
.
String
to bytes on an OutputStream
, and
flush the OutputStream
.
String
to a Writer
.
FileUtils.copyFileToDirectory(File, File)
source
to a file destination
.
File
s that are directories.FileUtils.deleteDirectory(File)
FileUtils#getPath(File)
TODO DELETE before 1.0
FileUtils#getExtension(File)
TODO probably duplicate method. See getExtension
File
manipulation routines through
use of a filename.FileUtils#removeExtension(File)
TODO DELETE before 1.0
FileUtils.forceDelete(File)
java.io.File#Constructor(String)
File
is newer than the reference
File
.
File
is newer than the specified
Date
File
is newer than the specified
time reference.
FileFilter
and FilenameFilter
.InputStream
and
Reader
.OutputStream
and
Writer
.filename
to it's canonical form.
FileUtils.sizeOfDirectory(File)
InputStream
as a byte[]
.
Reader
as a byte[]
.
String
as a byte[]
.
URL
to a File
.
InputStream
as a String.
InputStream
as a String.
Reader
as a String.
byte[]
as a String.
byte[]
as a String.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |