public class ArrayToBufferHolderCodec extends Object implements ICodec<byte[],IByteBufferHolder>
class for encoders and decoders transforming an array of
bytes into an IByteBufferHolder.| Constructor and Description |
|---|
ArrayToBufferHolderCodec() |
| Modifier and Type | Method and Description |
|---|---|
Class<byte[]> |
getInboundType()
Returns the type of the accepted inbound objects.
|
Class<IByteBufferHolder> |
getOutboundType()
Returns the type of the produced outbound objects.
|
public Class<byte[]> getInboundType()
ICodecgetInboundType in interface ICodec<byte[],IByteBufferHolder>public Class<IByteBufferHolder> getOutboundType()
ICodecgetOutboundType in interface ICodec<byte[],IByteBufferHolder>Copyright © 2017–2022 SNF4J.ORG. All rights reserved.