|
static String | toString (final InputStream inputStream) throws IOException |
|
static void | close (final Closeable closeable) |
|
static boolean | chkStringIsNotEmpty (String value) |
|
The Class IoUtils.
Definition at line 13 of file IoUtil.java.
◆ chkStringIsNotEmpty()
static boolean org.openkilda.utility.IoUtil.chkStringIsNotEmpty |
( |
String |
value | ) |
|
|
static |
Chk string is not empty.
- Parameters
-
- Returns
- true, if successful
Definition at line 64 of file IoUtil.java.
◆ close()
static void org.openkilda.utility.IoUtil.close |
( |
final Closeable |
closeable | ) |
|
|
static |
Close the closable object.
- Parameters
-
closeable | closable object. |
Definition at line 47 of file IoUtil.java.
◆ toString()
static String org.openkilda.utility.IoUtil.toString |
( |
final InputStream |
inputStream | ) |
throws IOException |
|
static |
Returns data present in the stream.
- Parameters
-
inputStream | input stream having content. |
- Returns
- data with all content present in the stream.
- Exceptions
-
IOException | If an I/O error occurs |
Definition at line 29 of file IoUtil.java.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/utility/IoUtil.java