Class DefaultFileContent.RawFileContentInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.commons.vfs2.util.RawMonitorInputStream
org.apache.commons.vfs2.provider.DefaultFileContent.RawFileContentInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
DefaultFileContent

private final class DefaultFileContent.RawFileContentInputStream extends RawMonitorInputStream
An input stream for reading content. Provides buffering, and end-of-stream monitoring.

This is the same as DefaultFileContent.FileContentInputStream but without the buffering.