Package eu.simuline.octave.util

Package collecting various utility classes.
  • Some deal with readers/writers TeeWriter NoCloseWriter are special writers, IOUtils is some utility class. In conjunctions with reader/writer, there is a thread copying reader to writer, ReaderWriterPipeThread
  • some deal with strings StringUtil
  • Finally there is a thread factory to create a named thread from a runnable.