Package org.readium.r2.shared.util.data
See: Description
-
Interface Summary Interface Description Container A container provides access to a list of Readable entries. Readable Acts as a proxy to an actual data source by handling read access. AccessError Marker interface for source-specific access errors. -
Class Summary Class Description EmptyContainer A Container providing no entries at all. CompositeContainer Concatenates several containers. OutOfMemory Content could not be successfully decoded because there is not enough memory available. Decoding Content could not be successfully decoded because it doesn't match what was expected. DecodeError Errors produced when trying to decode content. Access An error occurred while trying to access the content. Decoding Content doesn't match what was expected and cannot be interpreted. OutOfMemory Content could not be successfully read because there is not enough memory available. UnsupportedOperation An operation could not be performed at some point. ReadError Errors occurring while reading a resource. ReadException An IOException wrapping a ReadError. BufferingKt ContainerKt DecodingKt InputStreamKt ReadingKt