Package com.martiansoftware.nailgun
Class NGUnixDomainSocket.NGUnixDomainSocketInputStream
- java.lang.Object
-
- java.io.InputStream
-
- com.martiansoftware.nailgun.NGUnixDomainSocket.NGUnixDomainSocketInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- NGUnixDomainSocket
private class NGUnixDomainSocket.NGUnixDomainSocketInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Modifier Constructor Description privateNGUnixDomainSocketInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private intdoRead(java.nio.ByteBuffer buf)intread()intread(byte[] b, int off, int len)
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException- Specified by:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
read
public int read(byte[] b, int off, int len) throws java.io.IOException- Overrides:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
doRead
private int doRead(java.nio.ByteBuffer buf) throws java.io.IOException- Throws:
java.io.IOException
-
-