org.netbeans.api.extexecution.input
public static final class InputReaders.FileInput extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
InputReaders.FileInput.Provider
Provides the file input.
|
Constructor and Description |
---|
InputReaders.FileInput(File file,
Charset charset)
Creates the new input representing the given file.
|
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset()
Returns the charset for reading the file.
|
File |
getFile()
Returns the file represented by this input.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.