Interface Binary

  • All Known Implementing Classes:
    FileBinary

    public interface Binary
    The non-RDF content of an LDP NonRDFSource.
    • Method Detail

      • getContent

        InputStream getContent​(int from,
                               int to)
        Parameters:
        from - the point in bytes from which to begin content
        to - the point in bytes at which to end content
        Returns:
        content from from to to inclusive