接口 ZipDataSource
public interface ZipDataSource
可以将其想象成一个 BytesSupplier ,主要用来规范多种类型的数据来源 如文件 字节数组等
- 版本:
- 2.0.4
- 作者:
- scx567888
-
方法概要
修饰符和类型方法说明static ZipDataSourceof()static ZipDataSourceof(byte[] bytes) static ZipDataSourceof(InputStream inputStream) static ZipDataSourcestatic ZipDataSourcestatic ZipDataSourcevoid
-
方法详细资料
-
of
-
of
-
of
-
of
-
of
-
of
-
writeToOutputStream
- 抛出:
IOException
-
toInputStream
- 抛出:
IOException
-