com.Ostermiller.util Java Utilities


Uses of Interface
com.Ostermiller.util.NoCloseStream

Uses of NoCloseStream in com.Ostermiller.util
 

Classes in com.Ostermiller.util that implement NoCloseStream
 class NoCloseInputStream
          An input stream with a close method with no effect.
 class NoCloseOutputStream
          An output stream with a close method with no effect.
 class NoCloseReader
          A reader which a close method with no effect.
 class NoCloseWriter
          A writer with a close method with no effect.
 


com.Ostermiller.util Java Utilities


Copyright © 2001-2012 by Stephen Ostermiller