Interface UploadContentParser.IParserListener

Enclosing class:
UploadContentParser

public static interface UploadContentParser.IParserListener
Call-back interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reactOnFileRead(String fileName, byte[] content)
     
  • Method Details

    • reactOnFileRead

      void reactOnFileRead(String fileName, byte[] content)