public abstract class BaseFile extends Object
| Constructor and Description |
|---|
BaseFile() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InputStream |
getStream() |
protected String |
readContent() |
protected List<String> |
readLines() |
protected abstract InputStream getStream() throws FileNotFoundException
FileNotFoundExceptionprotected List<String> readLines() throws IOException
IOExceptionprotected String readContent() throws IOException
IOExceptionCopyright © 2019. All Rights Reserved.