Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NByteWriter Class
Properties Methods


In This Topic
    NByteWriter Class Members
    In This Topic

    The following tables list the members exposed by NByteWriter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyThe current length of the byte array  
    Top
    Public Methods
     NameDescription
    Public MethodClears all currently written bytes and resets the byte writer.  
    Public MethodGets the underlying byte array.  
    Public MethodWrites a byte.  
    Public MethodWrites the specifed byte array.  
    Public MethodOverloaded. Writes an array of bytes.  
    Public MethodWrites a double (big endian).  
    Public MethodWrites a double (little endian).  
    Public MethodWrites the specifed int array.  
    Public MethodWrites an int (big endian).  
    Public MethodWrites an int (little endian).  
    Public MethodWrites a single (big endian).  
    Public MethodWrites a single (little endian).  
    Public MethodWrites an unsigned short (big endian).  
    Public MethodWrites an unsigned short (little endian).  
    Public MethodWrites an unsigned int (big endian).  
    Public MethodWrites an unsigned int (little endian).  
    Top
    See Also