anon.client
Class SocketHandler.SocketInputStreamImplementation
java.lang.Object
java.io.InputStream
anon.client.SocketHandler.SocketInputStreamImplementation
- All Implemented Interfaces:
- java.io.Closeable
- Enclosing class:
- SocketHandler
private class SocketHandler.SocketInputStreamImplementation
- extends java.io.InputStream
Methods inherited from class java.io.InputStream |
mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_underlyingStream
private java.io.InputStream m_underlyingStream
SocketHandler.SocketInputStreamImplementation
public SocketHandler.SocketInputStreamImplementation(java.io.InputStream a_underlyingStream)
read
public int read()
throws java.io.IOException
- Specified by:
read
in class java.io.InputStream
- Throws:
java.io.IOException
read
public int read(byte[] a_buffer,
int a_offset,
int a_length)
throws java.io.IOException
- Overrides:
read
in class java.io.InputStream
- Throws:
java.io.IOException
available
public int available()
throws java.io.IOException
- Overrides:
available
in class java.io.InputStream
- Throws:
java.io.IOException
close
public void close()
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.io.InputStream