Example usage for org.springframework.core.io ByteArrayResource subclass-usage

List of usage examples for org.springframework.core.io ByteArrayResource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core.io ByteArrayResource subclass-usage.

Usage

From source file org.springframework.cloud.stream.app.jdbc.sink.DefaultInitializationScriptResource.java

/**
 * An in-memory script crafted for dropping-creating the table we're working with.
 * All columns are created as VARCHAR(2000).
 *
 * @author Eric Bottard
 */