| java.lang.Object org.lateralnz.common.util.IOUtils
IOUtils | final public class IOUtils (Code) | | author: jbriggs |
close | final public static void close(InputStream is)(Code) | | close an input stream, but ensure any exceptions are 'swallowed' (but dumped as
a stack trace)
|
close | final public static void close(OutputStream os)(Code) | | close an output stream, but ensure any exceptions are 'swallowed' (but dumped as
a stack trace)
|
close | final public static void close(Reader reader)(Code) | | close a reader, but ensure any exceptions are 'swallowed' (but dumped as
a stack trace)
|
close | final public static void close(ServerSocket socket)(Code) | | close a server socket, but ensure any exceptions are 'swallowed' (but dumped as
a stack trace)
|
close | final public static void close(Socket socket)(Code) | | close a socket, but ensure any exceptions are 'swallowed' (but dumped as
a stack trace)
|
close | final public static void close(Writer writer)(Code) | | close a writer, but ensure any exceptions are 'swallowed' (but dumped as
a stack trace)
|
disconnect | final public static void disconnect(HttpURLConnection conn)(Code) | | disconnect an http connection, ensuring exceptions are 'swallowed'
|
|
|