public class SMYLDIOUtil extends SMYLDObject
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
SMYLDIOUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getFilesCount(File startPath,
int initialCount) |
static Vector<String> |
readFileLines(String filePath)
This method will open a file which have line separated file and return
the data read in vector
|
static String |
readStream(InputStream sreader) |
debug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic static Vector<String> readFileLines(String filePath)
filePath - the name of the file to read frompublic static int getFilesCount(File startPath, int initialCount)
public static String readStream(InputStream sreader)
Copyright © 2019 com.github.mfjamil. All rights reserved.