Property | Type | Description | |
---|---|---|---|
DefiniteLengthInputStream | System | ||
ReadAllIntoByteArray | void | ||
ToArray | byte[] |
Method | Description | |
---|---|---|
Read ( byte buf, int off, int len ) : int | ||
ReadByte ( ) : int |
Method | Description | |
---|---|---|
DefiniteLengthInputStream ( |
||
ReadAllIntoByteArray ( byte buf ) : void | ||
ToArray ( ) : byte[] |
public Read ( byte buf, int off, int len ) : int | ||
buf | byte | |
off | int | |
len | int | |
return | int |