Example usage for org.apache.commons.fileupload.util LimitedInputStream subclass-usage

List of usage examples for org.apache.commons.fileupload.util LimitedInputStream subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.fileupload.util LimitedInputStream subclass-usage.

Usage

From source file org.wso2.carbon.event.simulator.core.internal.util.ValidatedInputStream.java

/**
 * ValidatedInputStream class validates whether the size of uploaded file is less than the maximum file size allowed.
 */
public class ValidatedInputStream extends LimitedInputStream {
    private static final Logger log = LoggerFactory.getLogger(ValidatedInputStream.class);