Share via


StreamFactoryStream Class

Definition

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

Constructors

StreamFactoryStream(IStreamFactory, Stream)

Properties

CanRead
CanSeek
CanWrite
Length
Position

Methods

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

Explicit Interface Implementations

ICloneable.Clone()

Applies to