接口 InputStreamSource

所有超级接口:
OutputStreamSource
所有已知实现类:
BytesSource, BytesSupplierSource, GunzipBuilder, NullSource, PathSource, RawInputStreamSource, ScxHttpClientResponseBody, ZipEntrySource

public interface InputStreamSource extends OutputStreamSource
可以将其想象成一个 BytesSupplier ,主要用来规范多种类型的数据来源 如文件 字节数组等
版本:
2.0.4
作者:
scx567888