Java org.apache.wicket.util.file Files fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.file Files fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.file Files.

The text is from its open source code.

Method

byte[]readBytes(final File file)
read binary file fully
booleanremove(final java.io.File file)
Deletes a normal file.
intwriteTo(final java.io.File file, final InputStream input, final int bufSize)
Writes the given input stream to the given file
intwriteTo(final java.io.File file, final InputStream input)
Writes the given input stream to the given file