Interface InputStreamSource

All Superinterfaces:
OutputStreamSource
All Known Implementing Classes:
BytesSource, BytesSupplierSource, GunzipBuilder, NullSource, PathSource, RawInputStreamSource, ZipEntrySource

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