BinaryFileNode.SetBinaryContent(byte[]).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.BinaryFileNode

BinaryFileNode.SetBinaryContent(byte[]) Method

Sets the content from binary data and updates the text representation.

public void SetBinaryContent(byte[] binaryContent);

Parameters

binaryContent System.Byte[]

The binary content to set.

Implements SetBinaryContent(byte[])

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.BinaryFileNode
  2. 1BinaryFileNode.SetBinaryContent(byte[]) Method