Definition at line 651 of file ServerConnector.old.cs.
Deveel.Data.Protocol.ServerConnector.DirectStreamableObjectChannel.DirectStreamableObjectChannel |
( |
ServerConnector |
connector, |
|
|
IRef |
obj |
|
) |
| |
|
inline |
void Deveel.Data.Protocol.ServerConnector.DirectStreamableObjectChannel.Dispose |
( |
| ) |
|
|
inline |
void Deveel.Data.Protocol.ServerConnector.DirectStreamableObjectChannel.PushData |
( |
long |
offset, |
|
|
byte[] |
buffer, |
|
|
int |
length |
|
) |
| |
|
inline |
byte [] Deveel.Data.Protocol.ServerConnector.DirectStreamableObjectChannel.ReadData |
( |
long |
offset, |
|
|
int |
length |
|
) |
| |
|
inline |
Definition at line 668 of file ServerConnector.old.cs.
669 if (length > 512 * 1024)
670 throw new DatabaseException(
"Request length exceeds 512 KB");
674 var blobPart =
new byte[length];
675 obj.Read(offset, blobPart, length);
679 }
catch (IOException e) {
680 throw new DatabaseException(
"Exception while reading blob: " + e.Message, e);
readonly ServerConnector Deveel.Data.Protocol.ServerConnector.DirectStreamableObjectChannel.connector |
|
private |
readonly IRef Deveel.Data.Protocol.ServerConnector.DirectStreamableObjectChannel.obj |
|
private |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Protocol/ServerConnector.old.cs