Interface BilTile.TmsTileDataProvider

Enclosing class:
BilTile

public static interface BilTile.TmsTileDataProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new stream to the data.
  • Method Details

    • getInputStream

      InputStream getInputStream()
      Creates a new stream to the data. Repeated calls to this will create new streams. It's up to the caller of this to close the stream when done.

      Returns: