IOUtil.java | Class | General IO Stream manipulation.
This class provides static utility methods for input/output operations, particularly buffered
copying between sources (InputStream , Reader , String and
byte[] ) and destinations (OutputStream , Writer ,
String and byte[] ).
Unless otherwise noted, these copy methods do not flush or close the
streams. |