com.github.shyiko.mysql.binlog.io
Class BufferedSocketInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.github.shyiko.mysql.binlog.io.BufferedSocketInputStream
- All Implemented Interfaces:
- Closeable
public class BufferedSocketInputStream
- extends FilterInputStream
- Author:
- Stanley Shyiko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedSocketInputStream
public BufferedSocketInputStream(InputStream in)
BufferedSocketInputStream
public BufferedSocketInputStream(InputStream in,
int bufferSize)
available
public int available()
throws IOException
- Overrides:
available
in class FilterInputStream
- Throws:
IOException
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
Copyright © 2015. All Rights Reserved.