메소드 | 설명 | |
---|---|---|
ForwardReadingStream ( Stream nonSeekableStream ) : System |
Initializes a new instance of the CmisSync.Lib.Streams.ForwardReadingStream class.
|
|
Read ( byte buffer, int offset, int count ) : int |
Read the specified buffer, offset and count.
|
public ForwardReadingStream ( Stream nonSeekableStream ) : System | ||
nonSeekableStream | Stream | /// Non seekable stream. /// |
리턴 | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | /// Buffer. /// |
offset | int | /// Offset. /// |
count | int | /// Count. /// |
리턴 | int |