Operation |
Details |
public const findFileInClasspath( String fileName):File |
Sequential Tags: | throws=FileNotFoundException
| Notes: | Retrieve resource based on a path relative to the classpath. @return The file defined by The given path. | |
public static getItemListFromFramework():String |
Sequential Tags: | throws=IOException,ServiceException,URISyntaxException
| Notes: | Get itemList from the current Framework instance @param fileName | |
protected static loginUser( String userid, String password):String |
Sequential Tags: | throws=HttpException,IOException,ServiceException,URISyntaxException
| |
public static readBinFile( String fileName):byte |
Sequential Notes: | Reads contents from text file and returns it as array of bytes. @return | |
public static readFile( String fileName, String enc):String |
Sequential Notes: | Reads contents from text file and returns it as String. @return Entire contents of filename as a String | |
public static writeBinFile( byte[] content, String fileName):void |
Sequential Notes: | Reads contents from array of bytes and write to the file . | |