Class Hierarchy
- java.lang.Object
- io.activej.common.builder.AbstractBuilder<B,
T> (implements io.activej.common.builder.Builder<T>, io.activej.common.initializer.WithInitializer<T>) - io.activej.csp.process.frame.impl.LZ4.Builder
- io.activej.csp.process.frame.impl.LZ4Legacy.Builder
- io.activej.csp.process.frame.impl.Compound (implements io.activej.csp.process.frame.FrameFormat)
- io.activej.csp.process.frame.impl.Identity (implements io.activej.csp.process.frame.FrameFormat)
- io.activej.csp.process.frame.impl.LZ4 (implements io.activej.csp.process.frame.FrameFormat)
- io.activej.csp.process.frame.impl.LZ4.Decoder (implements io.activej.csp.process.frame.BlockDecoder)
- io.activej.csp.process.frame.impl.LZ4.Encoder (implements io.activej.csp.process.frame.BlockEncoder)
- io.activej.csp.process.frame.impl.LZ4Legacy (implements io.activej.csp.process.frame.FrameFormat)
- io.activej.csp.process.frame.impl.LZ4Legacy.Decoder (implements io.activej.csp.process.frame.BlockDecoder)
- io.activej.csp.process.frame.impl.LZ4Legacy.Decoder.IntLeByteScanner (implements io.activej.bytebuf.ByteBufs.ByteScanner)
- io.activej.csp.process.frame.impl.LZ4Legacy.Encoder (implements io.activej.csp.process.frame.BlockEncoder)
- io.activej.csp.process.frame.impl.MagicNumberAdapter (implements io.activej.csp.process.frame.FrameFormat)
- io.activej.csp.process.frame.impl.SizePrefixed (implements io.activej.csp.process.frame.FrameFormat)
- io.activej.csp.process.frame.impl.SizePrefixed.LengthByteScanner (implements io.activej.bytebuf.ByteBufs.ByteScanner)
- io.activej.common.builder.AbstractBuilder<B,