Neokernel API

ConnectionKMethod.BackInputStream.Skip Method

Skips the specified number of bytes from the underlying stream.

public long Skip(
   long numberOfBytes
);

Parameters

numberOfBytes
The number of bytes to be skipped.

Return Value

The number of bytes actually skipped

See Also

BackInputStream Class | com.neokernel.httpd Namespace