메소드 | 설명 | |
---|---|---|
BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
Commit ( ) : byte[] | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | int |