Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SanitiationStream

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.IO.Stream
    TextTransformationStream
    SanitiationStream
    Implements
    System.IDisposable
    Inherited Members
    TextTransformationStream.CanRead
    TextTransformationStream.CanSeek
    TextTransformationStream.CanWrite
    TextTransformationStream.Length
    TextTransformationStream.Position
    TextTransformationStream.Close()
    TextTransformationStream.Read(Byte[], Int32, Int32)
    TextTransformationStream.ReadAsync(Byte[], Int32, Int32, CancellationToken)
    TextTransformationStream.Write(Byte[], Int32, Int32)
    TextTransformationStream.Flush()
    TextTransformationStream.Seek(Int64, SeekOrigin)
    TextTransformationStream.SetLength(Int64)
    TextTransformationStream.Dispose(Boolean)
    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
    TextTransformationStream.TransformLine(String)

    Implements

    System.IDisposable

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.