Neokernel API

ConnectionKMethod.BackInputStream.UnRead(Byte) Method

Unreads an array of bytes from the stream.

public void UnRead(
   byte[] array
);

Parameters

array
The byte array to be unread.

See Also

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