public static class Redirection.In.StreamAdapter
extends java.io.InputStream
| Constructor and Description |
|---|
Redirection.In.StreamAdapter(Redirection.In in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static java.io.InputStream |
inputStreamFor(Redirection.In in) |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public Redirection.In.StreamAdapter(@Nonnull
Redirection.In in)
@Nonnull
public static java.io.InputStream inputStreamFor(@Nonnull
Redirection.In in)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionCopyright © 2013 echocat. All Rights Reserved.