Class BufferedSocketInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.github.shyiko.mysql.binlog.io.BufferedSocketInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Author:
- Stanley Shyiko
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterInputStream
close, mark, markSupported, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
BufferedSocketInputStream
-
BufferedSocketInputStream
-
-
Method Details
-
available
- Overrides:
availablein classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-