com.clickntap.utils
Class IOUtils

java.lang.Object
  extended by org.apache.commons.io.IOUtils
      extended by com.clickntap.utils.IOUtils

public class IOUtils
extends org.apache.commons.io.IOUtils


Field Summary
 
Fields inherited from class org.apache.commons.io.IOUtils
DIR_SEPARATOR, DIR_SEPARATOR_UNIX, DIR_SEPARATOR_WINDOWS, LINE_SEPARATOR, LINE_SEPARATOR_UNIX, LINE_SEPARATOR_WINDOWS
 
Constructor Summary
IOUtils()
           
 
Method Summary
static void copy(InputStream in, OutputStream out, int offset, int length)
           
static String toString(File file)
           
 
Methods inherited from class org.apache.commons.io.IOUtils
close, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, contentEquals, contentEquals, contentEqualsIgnoreEOL, copy, copy, copy, copy, copy, copy, copy, copy, copyLarge, copyLarge, copyLarge, copyLarge, copyLarge, copyLarge, copyLarge, copyLarge, lineIterator, lineIterator, lineIterator, read, read, read, read, readFully, readFully, readFully, readFully, readLines, readLines, readLines, readLines, skip, skip, skipFully, skipFully, toBufferedInputStream, toBufferedReader, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toCharArray, toCharArray, toCharArray, toCharArray, toInputStream, toInputStream, toInputStream, toInputStream, toInputStream, toInputStream, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeLines, writeLines, writeLines, writeLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

copy

public static void copy(InputStream in,
                        OutputStream out,
                        int offset,
                        int length)
                 throws IOException
Throws:
IOException

toString

public static String toString(File file)
                       throws IOException
Throws:
IOException


Copyright © 2014. All rights reserved.