Java org.apache.commons.vfs FileUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs FileUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs FileUtil.

The text is from its open source code.

Method

voidcopyContent(final FileObject srcFile, final FileObject destFile)
Copies the content from a source file to a destination file.
byte[]getContent(final FileObject file)
Returns the content of a file, as a byte array.
voidwriteContent(final FileObject file, final OutputStream outstr)
Writes the content of a file to an OutputStream.