메소드 | 설명 | |
---|---|---|
AddByteArray ( Array arrayToAdd ) : void | ||
AddByteArray ( byte arrayToAdd ) : void | ||
ByteArrayListStream ( ) : System | ||
Complete ( ) : void | ||
Flush ( ) : void | ||
Read ( Array buffer, int offset, int count ) : int | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadAsync ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
||
ReadAsync ( byte buffer, int offset, int count, |
||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetException ( Exception ex ) : void | ||
SetLength ( long value ) : void | ||
Write ( Array buffer, int offset, int count ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void |
public Read ( Array buffer, int offset, int count ) : int | ||
buffer | Array | |
offset | int | |
count | int | |
리턴 | int |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | int |
public ReadAsync ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
||
buffer | Array | |
offset | int | |
count | int | |
cancellationToken | CancellationToken | |
리턴 | Task |
public ReadAsync ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
cancellationToken | ||
리턴 | Task |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
리턴 | long |
public Write ( Array buffer, int offset, int count ) : void | ||
buffer | Array | |
offset | int | |
count | int | |
리턴 | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | void |