Class StreamUtil
java.lang.Object
org.apache.clusterbr.zupportl5.utils.StreamUtil
UML Diagrams:

- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdecodeStringBase64(String stringEncodedBase64) static StringencodeObjectToStringBase64(Object object) static StringencodeStringToStringBase64(String originalString) static StringreadInputStreamTextLines(InputStream inputStream)
-
Constructor Details
-
StreamUtil
public StreamUtil()
-
-
Method Details
-
readInputStreamTextLines
- Throws:
IOException
-
encodeStringToStringBase64
-
encodeObjectToStringBase64
- Throws:
IOException
-
decodeStringBase64
- Throws:
IOException
-