org.hrodberaht.directus.util
Class SocketCloser

java.lang.Object
  extended by org.hrodberaht.directus.util.SocketCloser

public class SocketCloser
extends Object

Simple Java Utils

Since:
1.0
Version:
1.0
Author:
Robert Alexandersson

Method Summary
static void close(Connection connection)
           
static void close(InputStream is)
           
static void close(OutputStream os)
           
static void close(Reader reader)
           
static void close(Statement statement)
           
static void close(Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public static void close(InputStream is)

close

public static void close(OutputStream os)

close

public static void close(Writer writer)

close

public static void close(Reader reader)

close

public static void close(Statement statement)

close

public static void close(Connection connection)


Copyright © 2011. All Rights Reserved.