public static class Launcher.S2IS
extends java.io.InputStream
| Constructor and Description |
|---|
S2IS(Stream s) |
S2IS(Stream s,
int max) |
S2IS(Stream s,
int max,
boolean closeUnderlying) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
public S2IS(Stream s)
public S2IS(Stream s, int max)
public S2IS(Stream s, int max, boolean closeUnderlying)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buf,
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.IOException