Click or drag to resize

DataBuilder Class

A convenient wrapper around an expanding buffer that helps construct a Frame data buffer.
Inheritance Hierarchy
SystemObject
  Orthogonal.NTagLiteDataBuilder

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public sealed class DataBuilder : IDisposable

The DataBuilder type exposes the following members.

Constructors
 NameDescription
Public methodDataBuilderInitializes a new instance of the DataBuilder class
Public methodDataBuilder(FrameId)Initializes a new instance of the DataBuilder class
Public methodDataBuilder(TextEncoding)Initializes a new instance of the DataBuilder class
Top
Properties
 NameDescription
Public propertyValue 
Top
Methods
 NameDescription
Public methodAddAsciiString 
Public methodAddAutoEncAndString 
Public methodAddBEInt 
Public methodAddBuffer 
Public methodAddByte 
Public methodAddEncoding 
Public methodAddisoString 
Public methodAddUniString 
Public methodDisposeReleases all resources used by the DataBuilder
Top
See Also