Interface SizedStreamSource

All Superinterfaces:
StreamSource
All Known Implementing Classes:
AbstractFileStreamSource, ByteArray, FileStreamSource, TransientFileStreamSource

@NonNullByDefault public non-sealed interface SizedStreamSource extends StreamSource
An StreamSource which knows its size. Essentially the moral equivalent of Guava's ByteSource.