Sha256: 892c7a8fb82d944afef3498e89a3e32b4cdc0af964601029c6a943247cf7a052
Contents?: true
Size: 172 Bytes
Versions: 46
Compression:
Stored size: 172 Bytes
Contents
package org.embulk.spi; public interface PageOutput extends AutoCloseable { public void add(Page page); public void finish(); public void close(); }
Version data entries
46 entries across 46 versions & 1 rubygems