Class PipeableInputStream
java.lang.Object
org.aksw.vshell.registry.PipeableInputStream
Deprecated.
Holder for an InputStream that can on-demand "upgrade" the input stream
to pass through a pipe.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPipeableInputStream(InputStream rawInputStream) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.booleanDeprecated.Whether the pipe has already been constructed.of(InputStream inputStream) Deprecated.
-
Constructor Details
-
PipeableInputStream
Deprecated.
-
-
Method Details
-
of
Deprecated. -
hasPipeBeenCreated
public boolean hasPipeBeenCreated()Deprecated.Whether the pipe has already been constructed. -
asPosixPipe
-
getInputStream
Deprecated.
-