A B C D E F G H I L M N O P R S T U V W

F

finish(FinishingActionStream) - Method in class org.gcube.contentmanagement.baselayer.streamutils.DeleteContentAction
This method needs to be implemeted according to whatever task should be performed.
finish(FinishingActionStream) - Method in interface org.gcube.contentmanagement.baselayer.streamutils.FinishingAction
This method needs to be implemeted according to whatever task should be performed.
finish() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
closes the wrapped stream and then executes the action, that has been defined to take place at the end of the stream
finish() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionOutputStream
closes the wrapped stream and then executes the action, that has been defined to take place at the end of the stream
finish() - Method in interface org.gcube.contentmanagement.baselayer.streamutils.FinishingActionStream
closes the wrapped stream and then executes the action, that has been defined to take place at the end of the stream
FinishingAction - Interface in org.gcube.contentmanagement.baselayer.streamutils
An action that should be performed, when stream handling has been finished.
FinishingActionInputStream - Class in org.gcube.contentmanagement.baselayer.streamutils
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.
FinishingActionInputStream(InputStream, FinishingAction) - Constructor for class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
wrapps a stream with some action, that will be executed once, when the end of the stream has been reached for the first time.
FinishingActionOutputStream - Class in org.gcube.contentmanagement.baselayer.streamutils
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.
FinishingActionOutputStream(OutputStream, FinishingAction) - Constructor for class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionOutputStream
wrapps a stream with some action, that will be executed once, when the end of the stream has been reached, that is, the stream is closed.
FinishingActionStream - Interface in org.gcube.contentmanagement.baselayer.streamutils
Defines a common interface for streams, that are able to perform an action when the end of the stream has been reached.
flush() - Method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal.BufferedGFALOutputStream
 
flush() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionOutputStream
FTPPseudoContentManager - Class in org.gcube.contentmanagement.baselayer.networkFileTransfer
This class provides the basic functionallity to retrieve and store files via FTP.
FTPPseudoContentManager(String) - Constructor for class org.gcube.contentmanagement.baselayer.networkFileTransfer.FTPPseudoContentManager
Constructs a new manager for a particular URL

A B C D E F G H I L M N O P R S T U V W