Uses of Package
org.gcube.contentmanagement.baselayer.streamutils

Packages that use org.gcube.contentmanagement.baselayer.streamutils
org.gcube.contentmanagement.baselayer.streamutils   
 

Classes in org.gcube.contentmanagement.baselayer.streamutils used by org.gcube.contentmanagement.baselayer.streamutils
CountExceedsStream
          This class defines an FinishingActionStream, where in addition, also an Action is triggered everytime the count of read or written or skipped bytes exceeds a defined value.
FinishingAction
          An action that should be performed, when stream handling has been finished.
FinishingActionInputStream
          This class provites a generic wrapper for InputStreams, which are decorated with some action that should be performed whenever the end of the stream has been reached.
FinishingActionOutputStream
          This class provites a generic wrapper for OutputStreams, which are decorated with some action that should be performed when the end of the stream has been reached, in other words, the stream is closed.
FinishingActionStream
          Defines a common interface for streams, that are able to perform an action when the end of the stream has been reached.