public interface BaseStream extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getBytesRead() |
long |
getBytesWritten() |
InetSocketAddress |
getLocalAddress() |
InetSocketAddress |
getRemoteAddress() |
InetSocketAddress getLocalAddress()
InetSocketAddress getRemoteAddress()
long getBytesRead()
long getBytesWritten()
void close()
close in interface AutoCloseableCopyright © 2019. All rights reserved.