|
org.netbeans.modules.extexecution/2 1.25.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.extexecution.input.InputReaders.FileInput
public static final class InputReaders.FileInput
Represents the file with associated charset for reading from it. This class is immutable.
Nested Class Summary | |
---|---|
static interface |
InputReaders.FileInput.Provider
Provides the file input. |
Constructor Summary | |
---|---|
InputReaders.FileInput(File file,
Charset charset)
Creates the new input representing the given file. |
Method Summary | |
---|---|
Charset |
getCharset()
Returns the charset for reading the file. |
File |
getFile()
Returns the file represented by this input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputReaders.FileInput(@NonNull File file, @NonNull Charset charset)
file
- file to representcharset
- associated charsetMethod Detail |
---|
@NonNull public Charset getCharset()
@NonNull public File getFile()
|
org.netbeans.modules.extexecution/2 1.25.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |