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.InputStream
java.io.IOException
public int read(byte[] buf, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException