IBinaryFileNode.SetBinaryContent(byte[]).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.IBinaryFileNode

IBinaryFileNode.SetBinaryContent(byte[]) Method

Sets the content from binary data.

void SetBinaryContent(byte[] binaryContent);

Parameters

binaryContent System.Byte[]

The binary content to set.

Contents

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