public class Base64Decoder extends Object
| Constructor and Description |
|---|
Base64Decoder(IO.Writable output)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IAsync<IOException> |
decode(ByteBuffer buffer)
Start a new Task to decode the given buffer.
|
IAsync<IOException> |
decode(CharBuffer buffer)
Start a new Task to decode the given buffer.
|
IAsync<IOException> |
flush()
Decode any pending bytes, then return a synchronization point that will be unblocked once
the last writing operation is done.
|
public Base64Decoder(IO.Writable output)
public IAsync<IOException> decode(ByteBuffer buffer)
public IAsync<IOException> decode(CharBuffer buffer)
public IAsync<IOException> flush()
Copyright © 2019. All rights reserved.