메소드 | 설명 | |
---|---|---|
ReadAllBytes ( this stream ) : byte[] |
Read all the bytes in a Stream from its current location to a byte[] array
|
|
ReadAllBytesAsync ( this stream ) : Task |
Asynchronously read all the bytes in a Stream from its current location to a byte[] array
|
|
ReadAllText ( this stream ) : string |
Read the contents of a Stream from its current location into a String
|
|
ReadAllTextAsync ( this stream ) : Task |
Asynchronously read the contents of a Stream from its current location into a String
|
public static ReadAllBytesAsync ( this stream ) : Task |
||
stream | this | |
리턴 | Task |
public static ReadAllTextAsync ( this stream ) : Task |
||
stream | this | |
리턴 | Task |