Constructors
Synopses
Declared in <bdlbb_blobutil.h>
Create an ascii dumper for the entire specified blob.
explicit
BlobUtilAsciiDumper(Blob const* blob);
Create an ascii dumper for a leading length of the specified blob.
BlobUtilAsciiDumper(
Blob const* blob,
int length);
Create an ascii dumper for a byte range within the specified blob.
BlobUtilAsciiDumper(
Blob const* blob,
int offset,
int length);
Parameters
Name |
Description |
blob |
blob to dump |
length |
maximum number of bytes to dump |
offset |
starting byte offset in |
Created with MrDocs