public class IdentityDecoder extends Object implements ContentDecoder
| Constructor and Description |
|---|
IdentityDecoder(net.lecousin.framework.io.IO.Writable out)
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 IdentityDecoder(net.lecousin.framework.io.IO.Writable out)
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.