Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Namespaces
base64.h File Reference

data stream support to input and output from/to base64 stream base64 is easier to store and pass as text format in mapreduce More...

#include <xgboost/logging.h>
#include <cctype>
#include <cstdio>
#include <string>
#include "./io.h"

Go to the source code of this file.

Data Structures

class  xgboost::common::StreamBufferReader
 buffer reader of the stream that allows you to get More...
 
class  xgboost::common::Base64InStream
 the stream that reads from base64, note we take from file pointers More...
 
class  xgboost::common::Base64OutStream
 the stream that write to base64, note we take from file pointers More...
 

Namespaces

namespace  xgboost
 namespace of xgboost
 
namespace  xgboost::common
 Copyright 2017-2023, XGBoost Contributors.
 
namespace  xgboost::common::base64
 namespace of base64 decoding and encoding table
 

Detailed Description

data stream support to input and output from/to base64 stream base64 is easier to store and pass as text format in mapreduce

Copyright 2014 by Contributors

Author
Tianqi Chen