Class PipeableInputStream

java.lang.Object
org.aksw.vshell.registry.PipeableInputStream

@Deprecated public class PipeableInputStream extends Object
Deprecated.
Holder for an InputStream that can on-demand "upgrade" the input stream to pass through a pipe.
  • Constructor Details

    • PipeableInputStream

      protected PipeableInputStream(InputStream rawInputStream)
      Deprecated.
  • Method Details