![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Represents a stream that supports required functionalities for a LengthMarkedBufferedInputStream More...
Public Member Functions | |
| int | Read (byte[] bytes, int offset, int length) |
Properties | |
| int | Available [get] |
| Gets ths available bytes to be read on the underlying stream. More... | |
Represents a stream that supports required functionalities for a LengthMarkedBufferedInputStream
Definition at line 10 of file IInputStream.cs.
| int Deveel.Data.Protocol.IInputStream.Read | ( | byte[] | bytes, |
| int | offset, | ||
| int | length | ||
| ) |
Implemented in Deveel.Data.Protocol.NetworkInputStream.
|
get |
Gets ths available bytes to be read on the underlying stream.
Definition at line 14 of file IInputStream.cs.
1.8.10