次の方法で共有


BoundedStream クラス

定義

public ref class BoundedStream : System::IO::Stream
public class BoundedStream : System.IO.Stream
type BoundedStream = class
    inherit Stream
Public Class BoundedStream
Inherits Stream
継承
BoundedStream

コンストラクター

BoundedStream(Stream, Int64, Int64)

プロパティ

CanRead
CanSeek
CanWrite
Length
Position

メソッド

Flush()
Read(Byte[], Int32, Int32)
Seek(Int64, SeekOrigin)
SetLength(Int64)
Write(Byte[], Int32, Int32)

適用対象