public Read ( byte buf, int offset, int len, int skip ) : void | ||
buf | byte | The buffer where the read data will be copied to. |
offset | int | How many bytes to skip at the beginning of buf. |
len | int | How many bytes to read at all. |
skip | int | How many bytes from our data to skip. |
return | void |