public class FileResource extends Object implements InputResource
| Constructor and Description | 
|---|
| FileResource(File aFile)Constructs the resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | getInputStream()Gets the input stream to the resource. | 
public FileResource(File aFile)
aFile - File to read.public InputStream getInputStream() throws IOException
InputResourcegetInputStream in interface InputResourceIOException - in case the resource cannot be found.Copyright © 2025. All rights reserved.