Share via


EmptyDetectorStream Class

Definition

public ref class EmptyDetectorStream : System::IO::Stream, ICloneable
public class EmptyDetectorStream : System.IO.Stream, ICloneable
type EmptyDetectorStream = class
    inherit Stream
    interface ICloneable
Public Class EmptyDetectorStream
Inherits Stream
Implements ICloneable
Inheritance
EmptyDetectorStream
Implements

Constructors

EmptyDetectorStream(Stream)

Properties

CanRead
CanSeek
CanWrite
IsEmpty
Length
Owner
Position

Methods

Close()
DummySetOwner(Object)
Flush()
Read(Byte[], Int32, Int32)
ReadByte()
Seek(Int64, SeekOrigin)
SetLength(Int64)
Write(Byte[], Int32, Int32)
WriteByte(Byte)

Explicit Interface Implementations

ICloneable.Clone()

Applies to