Bytes.NoNulls| Constructor and Description |
|---|
BytesBase64(Bytes origin)
Ctor uses a RFC4648
Base64.Encoder. |
BytesBase64(Bytes origin,
Base64.Encoder enc)
Ctor.
|
public BytesBase64(Bytes origin)
Base64.Encoder.origin - Origin bytes.public BytesBase64(Bytes origin, Base64.Encoder enc)
origin - Origin bytes.enc - The encoder to use.Copyright © 2017–2018 Cactoos. All rights reserved.