Method | Description | |
---|---|---|
Close ( ) : void | ||
MockInputStream ( byte bytes ) : System | ||
ReadInternal ( byte dest, int destOffset, int len ) : void | ||
SeekInternal ( long pos ) : void |
public MockInputStream ( byte bytes ) : System | ||
bytes | byte | |
return | System |
public ReadInternal ( byte dest, int destOffset, int len ) : void | ||
dest | byte | |
destOffset | int | |
len | int | |
return | void |