Example usage for org.apache.commons.vfs FileContent interface-usage

List of usage examples for org.apache.commons.vfs FileContent interface-usage

Introduction

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

Usage

From source file org.pentaho.platform.repository.solution.filebased.SolutionRepositoryVfsFileContent.java

public class SolutionRepositoryVfsFileContent implements FileContent {

    private SolutionRepositoryVfsFileObject fileObject;

    private InputStream inputStream = null;

From source file com.newatlanta.appengine.vfs.provider.GaeFileContent.java

/**
 * Implements <code>FileContent</code> for GaeVFS. Differs from the Commons VFS
 * <code>DefaultFileContent</code> in the following ways:
 * <ol>
 * <li>Does not automatically buffer input and output streams.
 * <li>Allows multiple output streams.

From source file org.pentaho.agilebi.vfs.MetadataToMondrianVfsFileContent.java

public class MetadataToMondrianVfsFileContent implements FileContent {

    private MetadataToMondrianVfsFileObject fileObject;

    private InputStream inputStream = null;