Property | Type | Description | |
---|---|---|---|
do_cr | bool | ||
do_newline | bool | ||
do_padding | bool |
Method | Description | |
---|---|---|
Encoder ( int flags, byte output ) : System | ||
maxOutputSize ( int len ) : int | ||
process ( byte input, int offset, int len, bool finish ) : bool |
public Encoder ( int flags, byte output ) : System | ||
flags | int | |
output | byte | |
return | System |
public process ( byte input, int offset, int len, bool finish ) : bool | ||
input | byte | |
offset | int | |
len | int | |
finish | bool | |
return | bool |