Neokernel API

ConnectionKMethod.BackInputStream.Read Method

Reads the next bytes in the stream.

Overload List

Reads the next bytes in the stream.

public override int Read()

Reads the amount of bytes specified from the stream.

new public virtual int Read(byte[],int,int)

Inherited from BinaryReader.

public virtual int Read(char[],int,int)

See Also

BackInputStream Class | com.neokernel.httpd Namespace