public class AliyunOSSBlockOutputStream extends OutputStream
close() method.| 构造器和说明 |
|---|
AliyunOSSBlockOutputStream(org.apache.hadoop.conf.Configuration conf,
AliyunOSSFileSystemStore store,
String key,
Long blockSize,
ExecutorService executorService) |
public AliyunOSSBlockOutputStream(org.apache.hadoop.conf.Configuration conf,
AliyunOSSFileSystemStore store,
String key,
Long blockSize,
ExecutorService executorService)
throws IOException
IOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 OutputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 OutputStreamIOExceptionpublic void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionCopyright © 2021 Apache Software Foundation. All Rights Reserved.