Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NByteWriter Class
Members


In This Topic
    NByteWriter Class
    In This Topic
    Writes basic types to a byte array, using Little Endian and Big Endian formats.
    Object Model
    NByteWriter Class
    Syntax
    'Declaration
     
    
    Public Class NByteWriter 
    'Usage
     
    
    Dim instance As NByteWriter
    public class NByteWriter 
    Remarks
    A generic list of byte buffers is used for writing bytes to.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.IO.NByteWriter

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also