public class VolumeInputStream extends InputStream
| Constructor and Description |
|---|
VolumeInputStream(com.aliyun.odps.commons.transport.Connection conn,
CompressOption option) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
fillBuffer() |
long |
getTotalBytes() |
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
int |
readBuffer(byte[] buf,
int off,
int size) |
available, mark, markSupported, read, reset, skippublic VolumeInputStream(com.aliyun.odps.commons.transport.Connection conn, CompressOption option) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic long getTotalBytes()
public int fillBuffer()
throws IOException
IOExceptionpublic int readBuffer(byte[] buf,
int off,
int size)
throws IOException
IOExceptionCopyright © 2019 Alibaba Cloud Computing. All rights reserved.