com.atlassian.tunnel.utils
Class IOUtils

java.lang.Object
  extended by com.atlassian.tunnel.utils.IOUtils

public final class IOUtils
extends Object


Field Summary
static Charset UTF_8
           
 
Method Summary
static void closeQuietly(Closeable closeable)
           
static void closeQuietly(ServerSocket serverSocket)
           
static void closeQuietly(Socket socket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF_8

public static final Charset UTF_8
Method Detail

closeQuietly

public static void closeQuietly(@Nullable
                                Closeable closeable)

closeQuietly

public static void closeQuietly(Socket socket)

closeQuietly

public static void closeQuietly(ServerSocket serverSocket)


Copyright © 2015 Atlassian. All rights reserved.