Package io.delta.kernel.defaults.engine.fileio
package io.delta.kernel.defaults.engine.fileio
-
ClassDescriptionInterface for file IO operations.Interface for reading a file and getting metadata about it.Interface for writing to a file and getting metadata about it.Extends
OutputStreamto provide the current position in the stream.ExtendsInputStreamto provide the current position in the stream and seek to a new position.