Neokernel API

ConnectionKMethod.BackInputStream.Read(Byte, Int32, Int32) Method

Reads the amount of bytes specified from the stream.

new public virtual int Read(
   byte[] array,
   int index,
   int count
);

Parameters

array
The buffer to read data into.
index
The beginning point to read.
count
The number of characters to read.

Return Value

The number of characters read into buffer.

See Also

BackInputStream Class | com.neokernel.httpd Namespace | BackInputStream.Read Overload List