Java com.google.gwt.file.client File fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.file.client File fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.file.client File.

The text is from its open source code.

Method

StringgetName()
The name of the file.
StringgetResult()
On getting, the result attribute returns a Blob's data as a DOMString, or as an ArrayBuffer [TypedArrays], or null, depending on the read method that has been called on the FileReader, and any errors that may have occurred.
doublegetSize()