com.twilight.h264.util
Class IOUtils

java.lang.Object
  extended by com.twilight.h264.util.IOUtils

public class IOUtils
extends Object


Constructor Summary
IOUtils()
           
 
Method Summary
static void closeQuietly(InputStream input)
           
static void closeQuietly(OutputStream output)
           
static byte[] toByteArray(InputStream input)
           
 
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

toByteArray

public static byte[] toByteArray(InputStream input)
                          throws IOException
Throws:
IOException

closeQuietly

public static void closeQuietly(InputStream input)

closeQuietly

public static void closeQuietly(OutputStream output)


Copyright © 2013. All Rights Reserved.