Serializablepublic class SMYLDIOUtil extends SMYLDObject
NEW_LINE, OS_NEW_LINE| Constructor | Description |
|---|---|
SMYLDIOUtil() |
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebug, 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 SMYLD. All rights reserved.