Méthode | Description | |
---|---|---|
Drain ( |
||
PipeAll ( |
||
PipeAllLimited ( |
Pipe all bytes from
|
|
ReadAll ( |
||
ReadAllLimited ( |
||
ReadFully ( |
||
ReadFully ( |
Méthode | Description | |
---|---|---|
Streams ( ) : System.IO |
public static Drain ( |
||
inStr | ||
Résultat | void |
public static PipeAll ( |
||
inStr | ||
outStr | ||
Résultat | void |
public static PipeAllLimited ( |
||
inStr |
/// A |
|
limit | long |
/// A |
outStr |
/// A |
|
Résultat | long |
public static ReadAll ( |
||
inStr | ||
Résultat | byte[] |
public static ReadAllLimited ( |
||
inStr | ||
limit | int | |
Résultat | byte[] |
public static ReadFully ( |
||
inStr | ||
buf | byte | |
Résultat | int |
public static ReadFully ( |
||
inStr | ||
buf | byte | |
off | int | |
len | int | |
Résultat | int |