Example usage for com.vaadin.server StreamVariable interface-usage

List of usage examples for com.vaadin.server StreamVariable interface-usage

Introduction

In this page you can find the example usage for com.vaadin.server StreamVariable interface-usage.

Usage

From source file com.peergreen.webconsole.scope.deployment.internal.dd.DesktopDragAndDropStream.java

/**
 * @author Mohammed Boukada
 */
public class DesktopDragAndDropStream implements StreamVariable {
    private FileOutputStream fos;
    private String fileName;

From source file org.eclipse.hawkbit.ui.artifacts.upload.FileTransferHandlerStreamVariable.java

/**
 * {@link StreamVariable} implementation to read and upload a file. One instance
 * per file stream is used.
 *
 * The handler manages the output to the user and at the same time ensures that
 * the upload does not exceed the configured max file size.

From source file org.eclipse.hawkbit.ui.artifacts.upload.UploadHandler.java

/**
 * Implementation to read file selected for upload. both for {@link Upload} and
 * {@link StreamVariable} upload variants.
 *
 * The handler manages the output to the user and at the same time ensures that
 * the upload does not exceed the configured max file size.