C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
BufferedBytesToStringProducer.cs File Reference

Go to the source code of this file.

Classes

class  AnalyzeRe.LargeDataUpload.BufferedBytesToStringProducer
 Converts buffered bytes to strings. More...
 
struct  AnalyzeRe.LargeDataUpload.BufferedBytesToStringProducer.StringWithByteCount
 A tuple containing a string and its UTF8 bytes count. More...
 

Namespaces

namespace  AnalyzeRe
 
namespace  AnalyzeRe.LargeDataUpload
 

Class Documentation

◆ AnalyzeRe::LargeDataUpload::BufferedBytesToStringProducer::StringWithByteCount

struct AnalyzeRe::LargeDataUpload::BufferedBytesToStringProducer::StringWithByteCount

A tuple containing a string and its UTF8 bytes count.

Definition at line 16 of file BufferedBytesToStringProducer.cs.

Class Members
int ByteLength The UTF8-Encoded byte length of the string.
string String The value of the string.