메소드 | 설명 | |
---|---|---|
Drain ( |
||
PipeAll ( |
||
PipeAllLimited ( |
Pipe all bytes from
|
|
ReadAll ( |
||
ReadAllLimited ( |
||
ReadFully ( |
||
ReadFully ( |
메소드 | 설명 | |
---|---|---|
Streams ( ) : System.IO |
public static PipeAll ( |
||
inStr | ||
outStr | ||
리턴 | void |
public static PipeAllLimited ( |
||
inStr |
/// A |
|
limit | long |
/// A |
outStr |
/// A |
|
리턴 | long |
public static ReadAll ( |
||
inStr | ||
리턴 | byte[] |
public static ReadAllLimited ( |
||
inStr | ||
limit | int | |
리턴 | byte[] |
public static ReadFully ( |
||
inStr | ||
buf | byte | |
리턴 | int |
public static ReadFully ( |
||
inStr | ||
buf | byte | |
off | int | |
len | int | |
리턴 | int |