@FunctionalInterface public interface

InputSupplier

com.atlassian.bitbucket.io.InputSupplier<T>
Known Indirect Subclasses

Class Overview

A readable source of type T.

Summary

Public Methods
@Nonnull T open()
Provides an object that encapsulates a readable resource.

Public Methods

@Nonnull public T open ()

Provides an object that encapsulates a readable resource. Each call to this method will produce a new object.

Returns
  • object that encapsulates a readable resource.
Throws
IOException in case the readable resource could not be opened or read