C# Class Newtonsoft.Json.Utilities.Base64Encoder

Afficher le fichier Open project: runegri/Applicable

Méthodes publiques

Méthode Description
Base64Encoder ( TextWriter writer ) : System
Encode ( byte buffer, int index, int count ) : void
Flush ( ) : void

Private Methods

Méthode Description
WriteChars ( char chars, int index, int count ) : void

Method Details

Base64Encoder() public méthode

public Base64Encoder ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System

Encode() public méthode

public Encode ( byte buffer, int index, int count ) : void
buffer byte
index int
count int
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void