public interface org.springframework.http.ZeroCopyHttpOutputMessage extends org.springframework.http.ReactiveHttpOutputMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.ZeroCopyHttpOutputMessage
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor.core.publisher.Mono cannot be resolved\n\tMono cannot be resolved to a type\n\tThe method writeWith(Path, long, long) from the type ZeroCopyHttpOutputMessage refers to the missing type Mono\n\tMono cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public Mono<java.lang.Void> writeWith(java.io.File, long, long);
    descriptor: (Ljava/io/File;JJ)LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.springframework.http.ZeroCopyHttpOutputMessage this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.ZeroCopyHttpOutputMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/ZeroCopyHttpOutputMessage;
    Signature: (Ljava/io/File;JJ)LMono<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      file      
      position  
      count     

  public abstract Mono<java.lang.Void> writeWith(java.nio.file.Path, long, long);
    descriptor: (Ljava/nio/file/Path;JJ)LMono;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/nio/file/Path;JJ)LMono<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      file      
      position  
      count     
}
SourceFile: "ZeroCopyHttpOutputMessage.java"