Package com.helger.io.resource.wrapped
Interface IWrappedReadableResource
- All Superinterfaces:
com.helger.base.io.iface.IHasInputStream,com.helger.base.io.iface.IHasInputStreamAndReader,IReadableResource,IResourceBase
- All Known Implementing Classes:
AbstractWrappedReadableResource,GZIPReadableResource
Interface for readable resources that are "wrapped".
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.base.io.iface.IHasInputStream
getBufferedInputStream, getInputStream, withBufferedInputStreamDo, withInputStreamDoMethods inherited from interface com.helger.base.io.iface.IHasInputStreamAndReader
getBufferedReader, getReaderMethods inherited from interface com.helger.io.resource.IReadableResource
getReadableCloneForPathMethods inherited from interface com.helger.io.resource.IResourceBase
exists, getAsFile, getAsURL, getPath, getResourceID
-
Method Details
-
getWrappedReadableResource
@NonNull IReadableResource getWrappedReadableResource()- Returns:
- The wrapped resource. May not be
null.
-
isReadMultiple
default boolean isReadMultiple()- Specified by:
isReadMultiplein interfacecom.helger.base.io.iface.IHasInputStream
-