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

Go to the source code of this file.

Classes

struct  AnalyzeRe.LargeDataUpload.BufferedBytes
 The structure containing an array of bytes and integer indicating the number of bytes in the array that were read from the stream. More...
 

Namespaces

namespace  AnalyzeRe
 
namespace  AnalyzeRe.LargeDataUpload
 

Class Documentation

◆ AnalyzeRe::LargeDataUpload::BufferedBytes

struct AnalyzeRe::LargeDataUpload::BufferedBytes

The structure containing an array of bytes and integer indicating the number of bytes in the array that were read from the stream.

Definition at line 5 of file BufferedBytes.cs.

Class Members
byte[] Bytes The buffer of bytes filled.
int LengthFilled The actual length of bytes, which may be shorter.
long TotalBytesRead The total number of bytes read by the source producer as of this buffer i.e. The change in the source stream position since instantiation.