Class OfIntSizePrefixed

java.lang.Object
io.activej.csp.binary.decoder.impl.OfIntSizePrefixed
All Implemented Interfaces:
ByteBufsDecoder<io.activej.bytebuf.ByteBuf>

public class OfIntSizePrefixed extends Object implements ByteBufsDecoder<io.activej.bytebuf.ByteBuf>
  • Field Details

  • Constructor Details

    • OfIntSizePrefixed

      public OfIntSizePrefixed(int maxSize)
  • Method Details

    • tryDecode

      @Nullable public @Nullable io.activej.bytebuf.ByteBuf tryDecode(io.activej.bytebuf.ByteBufs bufs) throws io.activej.common.exception.MalformedDataException
      Specified by:
      tryDecode in interface ByteBufsDecoder<io.activej.bytebuf.ByteBuf>
      Throws:
      io.activej.common.exception.MalformedDataException