@Deprecated public class OssOutputStream extends OutputStream
构造器和说明 |
---|
OssOutputStream(org.apache.hadoop.conf.Configuration conf,
FileSystemStore store,
org.apache.hadoop.fs.Path path,
long blockSize,
org.apache.hadoop.util.Progressable progress,
int buffersize,
ArrayList<Block> blocksForOneTime)
已过时。
|
public OssOutputStream(org.apache.hadoop.conf.Configuration conf, FileSystemStore store, org.apache.hadoop.fs.Path path, long blockSize, org.apache.hadoop.util.Progressable progress, int buffersize, ArrayList<Block> blocksForOneTime) throws IOException
IOException
public long getPos() throws IOException
IOException
public void write(int b) throws IOException
write
在类中 OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
在类中 OutputStream
IOException
public void flush() throws IOException
flush
在接口中 Flushable
flush
在类中 OutputStream
IOException
public void close() throws IOException
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 OutputStream
IOException
Copyright © 2016. All Rights Reserved.