메소드 | 설명 | |
---|---|---|
Flush ( ) : void |
Overrides M:Stream.Flush() so that no action is performed.
|
|
Read ( byte buffer, int offset, int count ) : int |
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. |
|
SetLength ( long value ) : void |
Throws NotSupportedException.
|
|
Write ( byte buffer, int offset, int count ) : void |
Throws NotSupportedException.
|
메소드 | 설명 | |
---|---|---|
UnpackingStream ( Stream underlying, long rawLength ) : System |
public final Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte |
/// An array of bytes. When this method returns,
/// the buffer contains the specified byte array with the values between |
offset | int |
/// The zero-based byte offset in |
count | int | /// The maximum number of bytes to be read from the current stream. /// |
리턴 | int |
public final Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | Never used. |
offset | int | Never used. |
count | int | Never used. |
리턴 | void |