public interface io.netty.handler.codec.http2.StreamByteDistributor$Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.StreamByteDistributor$Writer
  super_class: java.lang.Object
{
  public abstract void write(io.netty.handler.codec.http2.Http2Stream, int);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      stream    
      numBytes  
}
SourceFile: "StreamByteDistributor.java"
NestHost: io.netty.handler.codec.http2.StreamByteDistributor
InnerClasses:
  public abstract Writer = io.netty.handler.codec.http2.StreamByteDistributor$Writer of io.netty.handler.codec.http2.StreamByteDistributor