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