Interface ModelDownload


public interface ModelDownload
The interface used for downloading code. Models may be downloaded in "chunks" using this interface so that the progress of the download may be monitored. It also allows code to be downloaded from any source, including from a file or over the Internet.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCode(Object context, byte[] buffer)
    Called by the target to download the next chunk of code.