public class SocketInputStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
protected boolean |
closed |
in
Constructor and Description |
---|
SocketInputStream(InputStream is,
Socket socket) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skip
public SocketInputStream(InputStream is, Socket socket)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © The Apache Software Foundation. All Rights Reserved.