public interface org.apache.tomcat.util.buf.ByteChunk$ByteOutputChannel
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.tomcat.util.buf.ByteChunk$ByteOutputChannel
super_class: java.lang.Object
{
public abstract void realWriteBytes(byte[], int, int);
descriptor: ([BII)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buf
off
len
public abstract void realWriteBytes(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
from
}
SourceFile: "ByteChunk.java"
NestHost: org.apache.tomcat.util.buf.ByteChunk
InnerClasses:
public abstract ByteOutputChannel = org.apache.tomcat.util.buf.ByteChunk$ByteOutputChannel of org.apache.tomcat.util.buf.ByteChunk