• Home
  • Guides
  • API
  • GitHub
Search Results for

    Show / Hide Table of Contents
    • Changelog
    • API
      • PleOps.XdeltaSharp
        • AddressMode
        • Adler32
        • Cache
        • CodeTable
        • FinishedHandler
        • ProgressChangedHandler
        • VcdReader
      • PleOps.XdeltaSharp.Decoder
        • Decoder
        • WindowDecoder
      • PleOps.XdeltaSharp.Vcdiff
        • Header
        • SecondaryCompressor
        • Window
        • WindowCompressedFields
        • WindowFields
      • PleOps.XdeltaSharp.Vcdiff.Instructions
        • Add
        • Copy
        • Instruction
        • InstructionType
        • Noop
        • Run

    Class VcdReader

    Inheritance
    Object
    VcdReader
    Namespace: PleOps.XdeltaSharp
    Assembly: PleOps.XdeltaSharp.dll
    Syntax
    public class VcdReader

    Constructors

    | Improve this Doc View Source

    VcdReader(Stream)

    Declaration
    public VcdReader(Stream stream)
    Parameters
    Type Name Description
    Stream stream

    Properties

    | Improve this Doc View Source

    BaseStream

    Declaration
    public Stream BaseStream { get; }
    Property Value
    Type Description
    Stream
    | Improve this Doc View Source

    Eof

    Declaration
    public bool Eof { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    ReadByte()

    Declaration
    public byte ReadByte()
    Returns
    Type Description
    Byte
    | Improve this Doc View Source

    ReadBytes(Int32)

    Declaration
    public byte[] ReadBytes(int count)
    Parameters
    Type Name Description
    Int32 count
    Returns
    Type Description
    Byte[]
    | Improve this Doc View Source

    ReadBytes(UInt32)

    Declaration
    public byte[] ReadBytes(uint count)
    Parameters
    Type Name Description
    UInt32 count
    Returns
    Type Description
    Byte[]
    | Improve this Doc View Source

    ReadInteger()

    Declaration
    public uint ReadInteger()
    Returns
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) 2015 Benito Palacios Sánchez