Class ForwardingFileChannel

java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
java.nio.channels.FileChannel
com.github.mizosoft.methanol.testing.file.ForwardingFileChannel
All Implemented Interfaces:
ForwardingObject<FileChannel>, Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, SeekableByteChannel, WritableByteChannel

public class ForwardingFileChannel extends FileChannel implements ForwardingObject<FileChannel>