C# Class pili_sdk_csharp.pili_common.Base64.Encoder

Inheritance: Coder
Exibir arquivo Open project: pili-engineering/pili-sdk-csharp

Public Properties

Property Type Description
do_cr bool
do_newline bool
do_padding bool

Public Methods

Method Description
Encoder ( int flags, byte output ) : System
maxOutputSize ( int len ) : int
process ( byte input, int offset, int len, bool finish ) : bool

Method Details

Encoder() public method

public Encoder ( int flags, byte output ) : System
flags int
output byte
return System

maxOutputSize() public method

public maxOutputSize ( int len ) : int
len int
return int

process() public method

public process ( byte input, int offset, int len, bool finish ) : bool
input byte
offset int
len int
finish bool
return bool

Property Details

do_cr public_oe property

public bool do_cr
return bool

do_newline public_oe property

public bool do_newline
return bool

do_padding public_oe property

public bool do_padding
return bool