Class StreamCodecs.AbstractArrayStreamCodec<T>

java.lang.Object
io.activej.serializer.stream.StreamCodecs.AbstractArrayStreamCodec<T>
All Implemented Interfaces:
StreamCodec<T>, StreamDecoder<T>, StreamEncoder<T>
Enclosing class:
StreamCodecs

protected abstract static class StreamCodecs.AbstractArrayStreamCodec<T> extends Object implements StreamCodec<T>
  • Field Details

    • minElementSize

      protected final int minElementSize
    • maxElementSize

      protected final int maxElementSize
  • Constructor Details

    • AbstractArrayStreamCodec

      protected AbstractArrayStreamCodec(int minElementSize, int maxElementSize)
    • AbstractArrayStreamCodec

      protected AbstractArrayStreamCodec(int elementSize)
  • Method Details