Module com.github.akurilov.commons
Interface BufferedByteChannel
-
- All Superinterfaces:
java.lang.AutoCloseable,java.nio.channels.Channel,java.io.Closeable
- All Known Subinterfaces:
BufferedReadableByteChannel,BufferedWritableByteChannel
- All Known Implementing Classes:
BufferedByteChannelBase,InputStreamWrapperChannel,OutputStreamWrapperChannel
public interface BufferedByteChannel extends java.nio.channels.Channel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBufferbuffer()
-