public class VolumeOutputStream extends OutputStream
| Constructor and Description |
|---|
VolumeOutputStream(com.aliyun.odps.commons.transport.Connection conn,
CompressOption option) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getBytes() |
com.aliyun.odps.commons.transport.Response |
getResp() |
boolean |
isClosed() |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
flush, writepublic VolumeOutputStream(com.aliyun.odps.commons.transport.Connection conn, CompressOption option) throws IOException
IOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void write(byte[] buf,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic long getBytes()
public com.aliyun.odps.commons.transport.Response getResp()
public boolean isClosed()
Copyright © 2019 Alibaba Cloud Computing. All rights reserved.