public class QuotedPrintableDecoder extends Object implements ContentDecoder
| Constructor and Description |
|---|
QuotedPrintableDecoder(ContentDecoder next)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
net.lecousin.framework.concurrent.synch.ISynchronizationPoint<IOException> |
decode(ByteBuffer data)
Decode the received data.
|
net.lecousin.framework.concurrent.synch.ISynchronizationPoint<IOException> |
endOfData()
Finalize the decoding.
|
public QuotedPrintableDecoder(ContentDecoder next)
public net.lecousin.framework.concurrent.synch.ISynchronizationPoint<IOException> decode(ByteBuffer data)
ContentDecoderdecode in interface ContentDecoderpublic net.lecousin.framework.concurrent.synch.ISynchronizationPoint<IOException> endOfData()
ContentDecoderendOfData in interface ContentDecoderCopyright © 2018. All rights reserved.