Java org.apache.commons.io.input TaggedInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.io.input TaggedInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.io.input TaggedInputStream.

The text is from its open source code.

Constructor

TaggedInputStream(InputStream proxy)
Creates a tagging decorator for the given input stream.

Method

voidthrowIfCauseOf(Throwable throwable)
Re-throws the original exception thrown by this stream.