Method ReadFully
ReadFully(Byte[])
Declaration
void ReadFully(byte[] b)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | b |
ReadFully(Byte[], Int32, Int32)
Declaration
void ReadFully(byte[] b, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | b | |
System.Int32 | off | |
System.Int32 | len |