Class DbxStreamWriter<E extends java.lang.Throwable>

    • Constructor Detail

      • DbxStreamWriter

        public DbxStreamWriter()
    • Method Detail

      • write

        public abstract void write​(NoThrowOutputStream out)
                            throws E extends java.lang.Throwable
        Write all the data you plan to write to out. Do not call close() on the stream (the stream will be closed automatically).
        Throws:
        E extends java.lang.Throwable