protected static class ReusableStreamGzipCodec.ReusableGzipOutputStream
extends org.apache.hadoop.io.compress.CompressorStream
构造器和说明 |
---|
ReusableGzipOutputStream(OutputStream out) |
限定符和类型 | 方法和说明 |
---|---|
void |
close() |
void |
finish() |
void |
flush() |
void |
resetState() |
void |
write(byte[] data,
int offset,
int length) |
void |
write(int b) |
write
public ReusableGzipOutputStream(OutputStream out) throws IOException
IOException
public void close() throws IOException
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 org.apache.hadoop.io.compress.CompressorStream
IOException
public void flush() throws IOException
flush
在接口中 Flushable
flush
在类中 org.apache.hadoop.io.compress.CompressionOutputStream
IOException
public void write(int b) throws IOException
write
在类中 org.apache.hadoop.io.compress.CompressorStream
IOException
public void write(byte[] data, int offset, int length) throws IOException
write
在类中 org.apache.hadoop.io.compress.CompressorStream
IOException
public void finish() throws IOException
finish
在类中 org.apache.hadoop.io.compress.CompressorStream
IOException
public void resetState() throws IOException
resetState
在类中 org.apache.hadoop.io.compress.CompressorStream
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.