Class InputStreamList

java.lang.Object
liquibase.resource.InputStreamList
All Implemented Interfaces:
AutoCloseable, Iterable<InputStream>

public class InputStreamList extends Object implements Iterable<InputStream>, AutoCloseable
A list of InputStreams. Custom class to allow try-with-resources using output from ResourceAccessor.openStreams(String, String).