DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Protocol.IInputStream Interface Reference

Represents a stream that supports required functionalities for a LengthMarkedBufferedInputStream More...

Inheritance diagram for Deveel.Data.Protocol.IInputStream:
Deveel.Data.Protocol.NetworkInputStream

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...
 

Detailed Description

Represents a stream that supports required functionalities for a LengthMarkedBufferedInputStream

Definition at line 10 of file IInputStream.cs.

Member Function Documentation

int Deveel.Data.Protocol.IInputStream.Read ( byte[]  bytes,
int  offset,
int  length 
)

Property Documentation

int Deveel.Data.Protocol.IInputStream.Available
get

Gets ths available bytes to be read on the underlying stream.

Definition at line 14 of file IInputStream.cs.


The documentation for this interface was generated from the following file: