| 构造器和说明 |
|---|
GzipSource(Source source) |
public GzipSource(Source source)
public long read(Buffer sink, long byteCount) throws java.io.IOException
SourcebyteCount bytes from this and appends
them to sink. Returns the number of bytes read, or -1 if this
source is exhausted.public void close()
throws java.io.IOException
Source