Uses of Interface
net.incongru.wiseio.IO

Uses of IO in net.incongru.wiseio
 

Classes in net.incongru.wiseio that implement IO
 class ClosingIO<T extends Closeable>
          Executes an operation, closes the stream, wraps exceptions as needed.
 class Output<T extends Closeable & Flushable>
          Executes an operation, flushes the stream as required, closes the stream, wraps exceptions as needed.
 

Methods in net.incongru.wiseio that return IO
 IO<T> ClosingIO.withoutClose()
           
 



Copyright © 2009. All Rights Reserved.