Class IcebergFileIOMocking.WrappedOutputFile
- java.lang.Object
-
- org.projectnessie.gc.iceberg.mocks.IcebergFileIOMocking.WrappedOutputFile
-
- All Implemented Interfaces:
org.apache.iceberg.io.OutputFile
- Enclosing class:
- IcebergFileIOMocking
public static final class IcebergFileIOMocking.WrappedOutputFile extends java.lang.Object implements org.apache.iceberg.io.OutputFile
-
-
Constructor Summary
Constructors Constructor Description WrappedOutputFile(java.lang.String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]asBytes()org.apache.iceberg.io.PositionOutputStreamcreate()org.apache.iceberg.io.PositionOutputStreamcreateOrOverwrite()java.lang.Stringlocation()org.apache.iceberg.io.InputFiletoInputFile()
-
-
-
Method Detail
-
create
public org.apache.iceberg.io.PositionOutputStream create()
- Specified by:
createin interfaceorg.apache.iceberg.io.OutputFile
-
createOrOverwrite
public org.apache.iceberg.io.PositionOutputStream createOrOverwrite()
- Specified by:
createOrOverwritein interfaceorg.apache.iceberg.io.OutputFile
-
location
public java.lang.String location()
- Specified by:
locationin interfaceorg.apache.iceberg.io.OutputFile
-
toInputFile
public org.apache.iceberg.io.InputFile toInputFile()
- Specified by:
toInputFilein interfaceorg.apache.iceberg.io.OutputFile
-
asBytes
public byte[] asBytes()
-
-