Uses of Interface
com.Ostermiller.util.NoCloseStream

Packages that use NoCloseStream
com.Ostermiller.util   
 

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.