public abstract ReadBytes ( byte b, int offset, int len ) : void | ||
b | byte | the array to read bytes into |
offset | int | the offset in the array to start storing bytes |
len | int | the number of bytes to read |
return | void |
public abstract ReadBytes ( byte b, int offset, int len ) : void | ||
b | byte | the array to read bytes into |
offset | int | the offset in the array to start storing bytes |
len | int | the number of bytes to read |
return | void |