다음을 통해 공유


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)

적용 대상