Class FileSinkFileProviderLoop

java.lang.Object
org.teamapps.protocol.file.FileSinkFileProviderLoop
All Implemented Interfaces:
FileProvider, FileSink

public class FileSinkFileProviderLoop
extends java.lang.Object
implements FileSink, FileProvider
  • Constructor Summary

    Constructors
    Constructor Description
    FileSinkFileProviderLoop()  
  • Method Summary

    Modifier and Type Method Description
    java.io.File getFile​(java.lang.String fileId)  
    java.lang.String handleFile​(java.io.File file)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FileSinkFileProviderLoop

      public FileSinkFileProviderLoop()
  • Method Details

    • getFile

      public java.io.File getFile​(java.lang.String fileId)
      Specified by:
      getFile in interface FileProvider
    • handleFile

      public java.lang.String handleFile​(java.io.File file) throws java.io.IOException
      Specified by:
      handleFile in interface FileSink
      Throws:
      java.io.IOException