Class SanitiationStream
Inheritance
System.Object
System.MarshalByRefObject
System.IO.Stream
SanitiationStream
Implements
System.IDisposable
Inherited Members
System.IO.Stream.Null
System.IO.Stream.BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
System.IO.Stream.BeginWrite(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
System.IO.Stream.CopyTo(System.IO.Stream)
System.IO.Stream.CopyTo(System.IO.Stream, System.Int32)
System.IO.Stream.CopyToAsync(System.IO.Stream)
System.IO.Stream.CopyToAsync(System.IO.Stream, System.Int32)
System.IO.Stream.CopyToAsync(System.IO.Stream, System.Int32, System.Threading.CancellationToken)
System.IO.Stream.CreateWaitHandle()
System.IO.Stream.Dispose()
System.IO.Stream.EndRead(System.IAsyncResult)
System.IO.Stream.EndWrite(System.IAsyncResult)
System.IO.Stream.FlushAsync()
System.IO.Stream.FlushAsync(System.Threading.CancellationToken)
System.IO.Stream.ObjectInvariant()
System.IO.Stream.ReadAsync(System.Byte[], System.Int32, System.Int32)
System.IO.Stream.ReadByte()
System.IO.Stream.Synchronized(System.IO.Stream)
System.IO.Stream.WriteAsync(System.Byte[], System.Int32, System.Int32)
System.IO.Stream.WriteAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)
System.IO.Stream.WriteByte(System.Byte)
System.IO.Stream.CanTimeout
System.IO.Stream.ReadTimeout
System.IO.Stream.WriteTimeout
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
Namespace: MediaBrowser.Controller.Sanitation
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class SanitiationStream : TextTransformationStream, IDisposable
Constructors
SanitiationStream(Stream, ISanitationManager, Encoding)
Declaration
public SanitiationStream(Stream sourceStream, ISanitationManager sanitationManager, Encoding encoding)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | sourceStream | |
ISanitationManager | sanitationManager | |
System.Text.Encoding | encoding |
Fields
ZeroWidthJoiner
Declaration
public const char ZeroWidthJoiner = ''
Field Value
Type | Description |
---|---|
System.Char |
ZeroWidthNonJoiner
Declaration
public const char ZeroWidthNonJoiner = ''
Field Value
Type | Description |
---|---|
System.Char |
ZeroWidthSpace
Declaration
public const char ZeroWidthSpace = ''
Field Value
Type | Description |
---|---|
System.Char |
Methods
TransformLine(String)
Declaration
protected override string TransformLine(string line)
Parameters
Type | Name | Description |
---|---|---|
System.String | line |
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
System.IDisposable