Interface StreamCodec<B,V>

All Superinterfaces:
StreamDecoder<B,V>, StreamEncoder<B,V>
All Known Implementing Classes:
IdDispatchCodec, NeoForgeStreamCodecs.LazyStreamCodec

public interface StreamCodec<B,V> extends StreamDecoder<B,V>, StreamEncoder<B,V>