public class WrappedErrorPipedInputStream extends PipedInputStream
buffer, in, out, PIPE_SIZE| Constructor and Description |
|---|
WrappedErrorPipedInputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
fail(org.mule.runtime.extension.api.exception.ModuleException e) |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, connect, receivemark, markSupported, reset, skippublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class PipedInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class PipedInputStreamIOExceptionpublic void fail(org.mule.runtime.extension.api.exception.ModuleException e)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.