Example usage for org.springframework.core.codec ResourceEncoder DEFAULT_BUFFER_SIZE

List of usage examples for org.springframework.core.codec ResourceEncoder DEFAULT_BUFFER_SIZE

Introduction

In this page you can find the example usage for org.springframework.core.codec ResourceEncoder DEFAULT_BUFFER_SIZE.

Prototype

int DEFAULT_BUFFER_SIZE

To view the source code for org.springframework.core.codec ResourceEncoder DEFAULT_BUFFER_SIZE.

Click Source Link

Document

The default buffer size used by the encoder.

Usage

From source file:org.springframework.http.codec.ResourceHttpMessageWriter.java

public ResourceHttpMessageWriter() {
    this(ResourceEncoder.DEFAULT_BUFFER_SIZE);
}