The members of Org.Apache.Http.Conn.EofSensorInputStream are listed below.
See Also: Inherited members from Java.IO.InputStream
Creates a new EOF sensor. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | IsReadAllowed | bool. Checks whether the underlying stream can be read from. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
WrappedStream | System.IO.Stream. The wrapped input stream, while accessible. |
AbortConnection()Aborts this stream. | ||
override | Read()Reads a single byte from this stream and returns it as an integer in the range from 0 to 255. | |
ReleaseConnection()Same as EofSensorInputStream.close(). |
CheckAbort()Detects stream abort and notifies the watcher. | ||
CheckClose()Detects stream close and notifies the watcher. | ||
CheckEOF(int)Detects EOF and notifies the watcher. |