Example usage for org.apache.commons.fileupload FileItemStream interface-usage

List of usage examples for org.apache.commons.fileupload FileItemStream interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.fileupload FileItemStream interface-usage.

Usage

From source file ninja.undertow.util.UndertowFileItemStream.java

/**
 * Wraps an Undertow FormValue to supply an Apache Commons Upload FileItemStream.
 * 
 * @author joelauer
 */
public class UndertowFileItemStream implements FileItemStream {