org.sonatype.sisu.goodies.common.io
Class Closer

java.lang.Object
  extended by org.sonatype.sisu.goodies.common.io.Closer

public class Closer
extends Object

Quietly closes Closeable objects.

Since:
1.0

Constructor Summary
Closer()
           
 
Method Summary
static void close(Closeable... targets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Closer

public Closer()
Method Detail

close

public static void close(Closeable... targets)


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.