HexView for Avalonia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. HexView.Avalonia.Services
    4. ByteOverlay

    ByteOverlay Class

    Definition

    Namespace HexView.Avalonia.Services
    Assembly HexView.dll
    Inherits Object
    View source
    Show inherited members (7)
    • System.Object.Equals(System.Object?)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)
    • System.Object.ToString()

    Projects logical edits over an underlying ILineReader without mutating the original source immediately.

    public class ByteOverlay
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (1)

    ByteOverlay(ILineReader)

    Properties (3)

    Length
    Mode
    OriginalLength

    Methods (9)

    DeleteRange(Int64, Int64)
    GetDeletions()
    GetInserts()
    GetOverwriteEdits()
    GetOverwriteOffsets()
    InsertBytes(Int64, Byte[])
    OverwriteByte(Int64, Byte)
    Read(Int64, Byte[], Int32)
    ReplaceRange(Int64, Int64, Byte[])

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages