Class DbxStreamReader<E extends java.lang.Throwable>

    • Constructor Detail

      • DbxStreamReader

        public DbxStreamReader()
    • Method Detail

      • read

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