8182838485868788899091
/* Setup the temp buffer */ if (!this.useFile_) { this.memoryBuffer_ = new ExposedByteArrayOutputStream(DEFAULT_BUCKET_OBJECT_BYTES); } else { this.tempFile_ = File.createTempFile("s3stream", "io"); this.tempFile_.deleteOnExit();