Package zowe.client.sdk.utility
Class UtilIO
- java.lang.Object
-
- zowe.client.sdk.utility.UtilIO
-
public class UtilIO extends Object
Utility class will handle common sequences of I/O, issue messages, and throw errors as necessary.- Version:
- 1.0
- Author:
- Nikunj Goyal
-
-
Constructor Summary
Constructors Constructor Description UtilIO()
-
-
-
Field Detail
-
FILE_DELIM
public static final String FILE_DELIM
File delimiter- See Also:
- Constant Field Values
-
UTF8
public static final String UTF8
UTF8 identifier- See Also:
- Constant Field Values
-
OS_WIN32
public static String OS_WIN32
Windows OS identifier
-
OS_MAC
public static String OS_MAC
Mac OS identifier
-
OS_LINUX
public static String OS_LINUX
Linux OS identifier
-
-