C# 클래스 PeterO.Cbor.Base64

파일 보기 프로젝트 열기: peteroupc/CBOR

공개 메소드들

메소드 설명
WriteBase64 ( StringOutput writer, byte data, int offset, int count, bool padding ) : void
WriteBase64URL ( StringOutput writer, byte data, int offset, int count, bool padding ) : void

비공개 메소드들

메소드 설명
WriteBase64 ( StringOutput writer, byte data, int offset, int count, string alphabet, bool padding ) : void

메소드 상세

WriteBase64() 공개 정적인 메소드

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

WriteBase64URL() 공개 정적인 메소드

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