DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb
Deveel.Data.Protocol
IInputStream.cs
Go to the documentation of this file.
1
using
System
;
2
3
using
Deveel
.
Data
.
Util
;
4
5
namespace
Deveel
.Data.Protocol {
10
public
interface
IInputStream
{
14
int
Available {
get
; }
15
16
int
Read(byte[] bytes,
int
offset,
int
length);
17
}
18
}
Deveel
System
Definition:
NonSerializedAttribute.cs:3
Deveel.Data.Protocol.IInputStream
Represents a stream that supports required functionalities for a LengthMarkedBufferedInputStream ...
Definition:
IInputStream.cs:10
Deveel.Data
Definition:
ActiveSessionList.cs:22
Deveel.Data.Util
Definition:
BigArray.cs:19
Generated by
1.8.10