Package org.apache.hadoop.net.unix
Class DomainSocket.DomainInputStream
java.lang.Object
java.io.InputStream
org.apache.hadoop.net.unix.DomainSocket.DomainInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- DomainSocket
Input stream for UNIX domain sockets.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
DomainInputStream
public DomainInputStream()
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-