Package ru.bitel.common.io
Class IOUtils
java.lang.Object
ru.bitel.common.io.IOUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
transfer
(InputStream in, OutputStream out, int bufferSize) static InputStream
urlDecode
(InputStream in) static OutputStream
urlEncode
(OutputStream out)
-
Constructor Details
-
IOUtils
public IOUtils()
-
-
Method Details
-
urlEncode
- Throws:
IOException
-
urlDecode
- Throws:
IOException
-
transfer
- Throws:
IOException
-