Package org.apache.iceberg.aliyun.oss
Class OSSOutputStream
java.lang.Object
java.io.OutputStream
org.apache.iceberg.io.PositionOutputStream
org.apache.iceberg.aliyun.oss.OSSOutputStream
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
- 
Method SummaryMethods inherited from class org.apache.iceberg.io.PositionOutputStreamstoredLengthMethods inherited from class java.io.OutputStreamnullOutputStream, write
- 
Method Details- 
getPospublic long getPos()Description copied from class:PositionOutputStreamReturn the current position in the OutputStream.- Specified by:
- getPosin class- PositionOutputStream
- Returns:
- current position in bytes from the start of the stream
 
- 
flush- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- OutputStream
- Throws:
- IOException
 
- 
write- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- OutputStream
- Throws:
- IOException
 
- 
finalize
 
-