Interface BufferSource

All Superinterfaces:
AutoCloseable, Channel, Closeable, ReadableByteChannel, Source
All Known Implementing Classes:
Buffer, RealSource

public interface BufferSource extends Source, ReadableByteChannel
内部保存一个缓冲区,以便调用者可以在没有性能的情况下进行少量读取 它还允许客户端提前读取,在消费之前进行必要的缓冲输入
Since:
Java 17+
Author:
Kimi Liu