메소드 | 설명 | |
---|---|---|
BoundIncomingStream ( |
||
Close ( ) : void | ||
Flush ( ) : void | ||
Read ( Byte buffer, |
||
Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64 | ||
SetLength ( System.Int64 length ) : void | ||
Write ( Byte buffer, |
public BoundIncomingStream ( |
||
connection | ||
size | ||
리턴 | System |
public Read ( Byte buffer, |
||
buffer | Byte | |
offset | ||
count | ||
리턴 |
public Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64 | ||
offset | System.Int64 | |
origin | SeekOrigin | |
리턴 | System.Int64 |
public Write ( Byte buffer, |
||
buffer | Byte | |
offset | ||
count | ||
리턴 | void |