Package io.activej.csp.binary.codec.impl
Class OfStreamCodecs<I,O>
java.lang.Object
io.activej.csp.binary.codec.impl.OfStreamCodecs<I,O>
- All Implemented Interfaces:
ByteBufsCodec<I,O>
-
Field Details
-
input
-
output
-
-
Constructor Details
-
OfStreamCodecs
-
-
Method Details
-
encode
- Specified by:
encodein interfaceByteBufsCodec<I,O>
-
tryDecode
@Nullable public I tryDecode(io.activej.bytebuf.ByteBufs bufs) throws io.activej.common.exception.MalformedDataException - Specified by:
tryDecodein interfaceByteBufsCodec<I,O> - Throws:
io.activej.common.exception.MalformedDataException
-