Package | Description |
---|---|
org.vectomatic.file |
Classes to provide abstraction of the W3C File API.
|
Modifier and Type | Method and Description |
---|---|
static FileReader.State |
FileReader.State.fromValue(short value) |
FileReader.State |
FileReader.getReadyState()
Indicates the state of the FileReader.
|
static FileReader.State |
FileReader.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileReader.State[] |
FileReader.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.