IInputStream Interface

IInputStream

Syntax

public interface IInputStream

Methods

Name Value Summary
Close() void
Read() int
Read(byte[], int, int) int
Read(byte[]) int