C# Class PeterO.Cbor.Base64

ファイルを表示 Open project: peteroupc/CBOR

Public Methods

Method Description
WriteBase64 ( StringOutput writer, byte data, int offset, int count, bool padding ) : void
WriteBase64URL ( StringOutput writer, byte data, int offset, int count, bool padding ) : void

Private Methods

Method Description
WriteBase64 ( StringOutput writer, byte data, int offset, int count, string alphabet, bool padding ) : void

Method Details

WriteBase64() public static method

public static WriteBase64 ( StringOutput writer, byte data, int offset, int count, bool padding ) : void
writer StringOutput
data byte
offset int
count int
padding bool
return void

WriteBase64URL() public static method

public static WriteBase64URL ( StringOutput writer, byte data, int offset, int count, bool padding ) : void
writer StringOutput
data byte
offset int
count int
padding bool
return void