Neokernel API

ConnectionKMethod.BackInputStream.UnRead Method

Unreads an array of bytes from the stream.

Overload List

Unreads an array of bytes from the stream.

public void UnRead(byte[])

Unreads an amount of bytes from the stream.

public void UnRead(byte[],int,int)

Unreads a byte from the stream.

public void UnRead(int)

See Also

BackInputStream Class | com.neokernel.httpd Namespace