public interface org.springframework.core.io.WritableResource extends org.springframework.core.io.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.core.io.WritableResource
  super_class: java.lang.Object
{
  public boolean isWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.io.WritableResource this
         0: .line 45
            iconst_1
            ireturn
        end local 0 // org.springframework.core.io.WritableResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/io/WritableResource;

  public abstract java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.WritableByteChannel writableChannel();
    descriptor: ()Ljava/nio/channels/WritableByteChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.io.WritableResource this
         0: .line 68
            aload 0 /* this */
            invokeinterface org.springframework.core.io.WritableResource.getOutputStream:()Ljava/io/OutputStream;
            invokestatic java.nio.channels.Channels.newChannel:(Ljava/io/OutputStream;)Ljava/nio/channels/WritableByteChannel;
            areturn
        end local 0 // org.springframework.core.io.WritableResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/io/WritableResource;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "WritableResource.java"